hsx/piccolo-test.asd

7 lines
209 B
Text
Raw Normal View History

2024-05-20 05:38:28 +00:00
(defsystem "piccolo-test"
:class :package-inferred-system
:pathname "tests"
2024-05-25 03:00:39 +00:00
:depends-on ("fiveam"
"piccolo-test/element")
2024-05-20 05:38:28 +00:00
:perform (test-op (op c) (symbol-call :fiveam :run-all-tests)))