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"
|
2024-05-26 10:48:09 +00:00
|
|
|
"hsx-test/hsx"
|
|
|
|
"hsx-test/hsx-macro")
|
2024-05-20 05:38:28 +00:00
|
|
|
:perform (test-op (op c) (symbol-call :fiveam :run-all-tests)))
|