hsx/piccolo-test.asd

6 lines
171 B
Text
Raw Normal View History

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