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" :author "Sudhir Shenoy"
:license "BSD" :license "BSD"
:depends-on (:cl-dates) :depends-on (:cl-dates)
:components ((:module "test"
:serial t :serial t
:components ((:file "test-main") :components ((:file "test-main")
(:file "test-dates") (:file "test-dates")
(:file "test-parse-date") (:file "test-parse-date")
(:file "test-hols"))) (:file "test-hols")))))
(defmethod perform ((o test-op) (c (eql (find-system :cl-dates)))) (defmethod perform ((o test-op) (c (eql (find-system :cl-dates))))
(operate 'load-op :cl-dates-test) (operate 'load-op :cl-dates-test)