website/hp-tests.asd
2025-03-29 13:43:07 +09:00

7 lines
220 B
Common Lisp

(defsystem "hp-tests"
:class :package-inferred-system
:pathname "tests"
:depends-on ("fiveam"
"hp-tests/example")
:perform (test-op (o c)
(symbol-call :fiveam :run-all-tests)))