7 lines
188 B
Common Lisp
7 lines
188 B
Common Lisp
(defsystem "ningle-fbr-test"
|
|
:defsystem-depends-on ("fiveam-asdf")
|
|
:class :package-inferred-fiveam-tester-system
|
|
:pathname "tests"
|
|
:depends-on ()
|
|
:test-names ()
|
|
:num-checks 0)
|