summaryrefslogtreecommitdiff
path: root/extra/http/eris-http-tests.asd
diff options
context:
space:
mode:
Diffstat (limited to 'extra/http/eris-http-tests.asd')
-rw-r--r--extra/http/eris-http-tests.asd12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/http/eris-http-tests.asd b/extra/http/eris-http-tests.asd
new file mode 100644
index 0000000..5e99760
--- /dev/null
+++ b/extra/http/eris-http-tests.asd
@@ -0,0 +1,12 @@
+(defsystem "eris-http-tests"
+ :name "eris-http-tests"
+ :author "mail@ykonai.net"
+ :license "LGPLv3 or later"
+ :depends-on ("eris-http-server" "eris-http-client" "alexandria" "serapeum" "eris" "fiveam")
+ :serial t
+ :components ((:file "http-tests"))
+ :perform (test-op (op c) (symbol-call :fiveam :run! (find-symbol* :eris-http-tests :eris-http-tests))))
+
+
+
+