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-28 03:33:01 +00:00
|
|
|
"hsx-test/defhsx"
|
|
|
|
"hsx-test/hsx")
|
2024-05-20 05:38:28 +00:00
|
|
|
:perform (test-op (op c) (symbol-call :fiveam :run-all-tests)))
|