Add hsx macro

This commit is contained in:
Akira Tempaku 2024-05-26 19:48:09 +09:00
parent 422b111114
commit 6c6dce401e
5 changed files with 66 additions and 5 deletions

View file

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