init
This commit is contained in:
commit
c305616c91
8 changed files with 76 additions and 0 deletions
5
lack-mw-test.asd
Normal file
5
lack-mw-test.asd
Normal file
|
@ -0,0 +1,5 @@
|
|||
(defsystem "lack-mw-test"
|
||||
:class :package-inferred-system
|
||||
:pathname "tests"
|
||||
:depends-on ("rove")
|
||||
:perform (test-op (o c) (symbol-call :rove :run c :style :dot)))
|
Loading…
Add table
Add a link
Reference in a new issue