hsx/hsx-test.asd

9 lines
262 B
Text
Raw Normal View History

2024-05-25 12:48:35 +00:00
(defsystem "hsx-test"
:class :package-inferred-system
2024-05-20 05:38:28 +00:00
:pathname "tests"
:depends-on ("rove"
2024-10-03 00:54:43 +00:00
"hsx-test/utils"
"hsx-test/element"
2024-10-03 02:00:19 +00:00
"hsx-test/dsl")
:perform (test-op (o c) (symbol-call :rove :run c :style :dot)))