hsx/hsx-test.asd

8 lines
231 B
Text
Raw Normal View History

2024-05-25 12:48:35 +00:00
(defsystem "hsx-test"
2024-05-20 05:38:28 +00:00
:class :package-inferred-system
:pathname "tests"
2024-05-25 03:00:39 +00:00
:depends-on ("fiveam"
2024-05-25 16:26:26 +00:00
"hsx-test/element"
"hsx-test/hsx")
2024-05-20 05:38:28 +00:00
:perform (test-op (op c) (symbol-call :fiveam :run-all-tests)))