aboutsummaryrefslogtreecommitdiffstats
path: root/xfdf-test.asd
diff options
context:
space:
mode:
Diffstat (limited to 'xfdf-test.asd')
-rw-r--r--xfdf-test.asd17
1 files changed, 17 insertions, 0 deletions
diff --git a/xfdf-test.asd b/xfdf-test.asd
new file mode 100644
index 0000000..9a5b0ab
--- /dev/null
+++ b/xfdf-test.asd
@@ -0,0 +1,17 @@
+(asdf:defsystem xfdf-test
+ :description "Test suite for xfdf"
+ :version "0.0.1"
+ :license "GPL-3.0-or-later"
+ :author "Teddy Wing"
+
+ :depends-on (:1am
+ :xfdf)
+
+ :components ((:module "test"
+ :serial t
+ :components ((:file "xfdf"))))
+
+ :perform (test-op
+ (op system)
+ ; (symbol-call :xfdf-test :run)
+ (symbol-call :1am :run)))