diff options
author | Piotr Szarmanski | 2023-08-03 21:05:21 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2023-08-03 21:05:21 +0200 |
commit | 30f739ff702f5eabb3bc30682973c9eaeae30e3f (patch) | |
tree | 618b96dee1547f6ca5cf80f44b4df440dadc32c3 /ybackup.asd | |
parent | d6d6a174d176d6fc78bbce8a18bddb17ec74ecc1 (diff) |
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") |