cl-hssg/test/hssg/package.lisp
2022-09-25 19:28:15 +02:00

4 lines
118 B
Common Lisp

(defpackage #:hssg/test
(:documentation "Main test package")
(:use #:cl #:fiveam)
(:export test-all all-tests))