test/package.lisp @ 3b355cd31642

Move dependencies around

Committed now, from a long time ago
author Steve Losh <steve@stevelosh.com>
date Thu, 03 Oct 2019 10:38:04 -0400
parents 566c907b762a
children e9553a14c887
(defpackage :losh.test
  (:use :cl :1am :losh)
  (:shadowing-import-from :1am :test)
  (:export :run-tests))