init
This commit is contained in:
commit
72ef5ae639
12 changed files with 174 additions and 0 deletions
8
hp-tests.asd
Normal file
8
hp-tests.asd
Normal file
|
@ -0,0 +1,8 @@
|
|||
(defsystem "hp-tests"
|
||||
:defsystem-depends-on ("wild-package-inferred-system")
|
||||
:class "winfer:wild-package-inferred-system"
|
||||
:pathname "tests"
|
||||
:depends-on ("fiveam"
|
||||
"hp-tests/**/*")
|
||||
:perform (test-op (o c)
|
||||
(symbol-call :fiveam :run-all-tests)))
|
Loading…
Add table
Add a link
Reference in a new issue