hsx/hsx-test.asd
2024-10-03 11:00:19 +09:00

8 lines
262 B
Common Lisp

(defsystem "hsx-test"
:class :package-inferred-system
:pathname "tests"
:depends-on ("rove"
"hsx-test/utils"
"hsx-test/element"
"hsx-test/dsl")
:perform (test-op (o c) (symbol-call :rove :run c :style :dot)))