summaryrefslogtreecommitdiff
path: root/ybackup.asd
diff options
context:
space:
mode:
authorPiotr Szarmanski2023-08-03 21:05:21 +0200
committerPiotr Szarmanski2023-08-03 21:05:21 +0200
commit30f739ff702f5eabb3bc30682973c9eaeae30e3f (patch)
tree618b96dee1547f6ca5cf80f44b4df440dadc32c3 /ybackup.asd
parentd6d6a174d176d6fc78bbce8a18bddb17ec74ecc1 (diff)
Add some tests. Fix licensing.HEADmaster
Diffstat (limited to 'ybackup.asd')
-rw-r--r--ybackup.asd5
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")