cl-hssg/test/hssg/package.lisp

6 lines
119 B
Common Lisp
Raw Normal View History

2022-09-25 19:16:22 +02:00
(defpackage #:hssg/test
(:documentation "Main test package")
(:use #:cl #:fiveam)
(:export test-all all-tests))