Use fiveam instead of rove

This commit is contained in:
Akira Tempaku 2024-06-13 19:43:02 +09:00
parent 31d9e48b13
commit 989ba63bf1
8 changed files with 42 additions and 19 deletions

7
ningle-fbr-test.asd Normal file
View file

@ -0,0 +1,7 @@
(defsystem "ningle-fbr-test"
:defsystem-depends-on ("fiveam-asdf")
:class :package-inferred-fiveam-tester-system
:pathname "tests"
:depends-on ()
:test-names ()
:num-checks 0)