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