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