5 lines
171 B
Common Lisp
5 lines
171 B
Common Lisp
(defsystem "piccolo-test"
|
|
:class :package-inferred-system
|
|
:pathname "tests"
|
|
:depends-on ("fiveam")
|
|
:perform (test-op (op c) (symbol-call :fiveam :run-all-tests)))
|