Separate defhsx package from hsx package

This commit is contained in:
Akira Tempaku 2024-05-28 12:33:01 +09:00
parent 8e5f597be6
commit ead5c408e3
10 changed files with 156 additions and 150 deletions

View file

@ -3,6 +3,6 @@
:pathname "tests"
:depends-on ("fiveam"
"hsx-test/element"
"hsx-test/hsx"
"hsx-test/hsx-macro")
"hsx-test/defhsx"
"hsx-test/hsx")
:perform (test-op (op c) (symbol-call :fiveam :run-all-tests)))