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