Remove wild-package-inferred-system

This commit is contained in:
Akira Tempaku 2024-12-20 15:25:14 +09:00
parent 2e325fbc06
commit 67af8aad50
6 changed files with 20 additions and 18 deletions

View file

@ -1,8 +1,8 @@
(defsystem "hp-tests"
:defsystem-depends-on ("wild-package-inferred-system")
:class "winfer:wild-package-inferred-system"
:class :package-inferred-system
:pathname "tests"
:depends-on ("fiveam"
"hp-tests/**/*")
"hp-tests/example")
:perform (test-op (o c)
(symbol-call :fiveam :run-all-tests)))