setup test env

This commit is contained in:
Akira Tempaku 2024-02-16 10:44:45 +09:00
parent 2a430e4588
commit 523c6ed582
5 changed files with 20 additions and 1 deletions

View file

@ -7,4 +7,5 @@
:license "MIT"
:class :package-inferred-system
:pathname "src"
:depends-on ("ningle-fbr/main"))
:depends-on ("ningle-fbr/main")
:in-order-to ((test-op (test-op "ningle-fbr-tests"))))