This commit is contained in:
Akira Tempaku 2024-01-30 00:48:47 +09:00
commit 72ef5ae639
12 changed files with 174 additions and 0 deletions

8
hp-tests.asd Normal file
View 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)))