diff options
Diffstat (limited to 'ybackup.asd')
-rw-r--r-- | ybackup.asd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ybackup.asd b/ybackup.asd index b2dd7b2..8202929 100644 --- a/ybackup.asd +++ b/ybackup.asd @@ -13,13 +13,14 @@ :in-order-to ((test-op (test-op :ybackup/test)))) (defsystem "ybackup/test" - :name "ybackup/test":depends-on ("ybackup" "fiveam") + :name "ybackup/test":depends-on ("ybackup" "fiveam" "ironclad" "serapeum") :perform (test-op (op c) (symbol-call :fiveam :run! (find-symbol* :ybackup-tests :ybackup/test))) :components ((:module "tests" :serial t - :components ((:file "package")))) + :components ((:file "package") + (:file "backup-tests")))) :entry-point "ybackup:main" :build-pathname "ybackup") |