From 1aa5acda7cbbfa00a6b4cde56c6963fa684f391b Mon Sep 17 00:00:00 2001 From: Piotr Szarmanski Date: Fri, 4 Aug 2023 19:39:32 +0200 Subject: New HTTP backend. --- extra/http/eris-http-tests.asd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 extra/http/eris-http-tests.asd (limited to 'extra/http/eris-http-tests.asd') 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)))) + + + + -- cgit v1.2.3