Moved test suite to a sub-directory

This commit is contained in:
Sudhir Shenoy 2017-08-04 07:05:18 +09:00
parent 66196d820f
commit 85b8a54597

View file

@ -53,11 +53,12 @@
:author "Sudhir Shenoy"
:license "BSD"
:depends-on (:cl-dates)
:serial t
:components ((:file "test-main")
(:file "test-dates")
(:file "test-parse-date")
(:file "test-hols")))
:components ((:module "test"
:serial t
:components ((:file "test-main")
(:file "test-dates")
(:file "test-parse-date")
(:file "test-hols")))))
(defmethod perform ((o test-op) (c (eql (find-system :cl-dates))))
(operate 'load-op :cl-dates-test)