Moved test suite to a sub-directory
This commit is contained in:
parent
66196d820f
commit
85b8a54597
1 changed files with 6 additions and 5 deletions
|
|
@ -53,11 +53,12 @@
|
|||
:author "Sudhir Shenoy"
|
||||
:license "BSD"
|
||||
:depends-on (:cl-dates)
|
||||
:components ((:module "test"
|
||||
:serial t
|
||||
:components ((:file "test-main")
|
||||
(:file "test-dates")
|
||||
(:file "test-parse-date")
|
||||
(:file "test-hols")))
|
||||
(:file "test-hols")))))
|
||||
|
||||
(defmethod perform ((o test-op) (c (eql (find-system :cl-dates))))
|
||||
(operate 'load-op :cl-dates-test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue