Minor fixes
This commit is contained in:
+2
-2
@@ -24,7 +24,7 @@
|
||||
:cl-ppcre
|
||||
:ip-utils
|
||||
:postmodern)
|
||||
:components ((:file "package")
|
||||
:components ((:file "store-package")
|
||||
(:file "backplane-dns-store")))
|
||||
|
||||
(asdf:defsystem #:backplane-dns/test
|
||||
@@ -34,9 +34,9 @@
|
||||
:backplane-dns
|
||||
:ip-utils
|
||||
:prove)
|
||||
:defsystem-depends-on (:prove-asdf)
|
||||
:components ((:module "test"
|
||||
:serial t
|
||||
:components ((:test-file "backplane-dns-test"))))
|
||||
:defsystem-depends-on (:prove-asdf)
|
||||
:perform (asdf:test-op (op c)
|
||||
(uiop:symbol-call :prove '#:run '#:backplane-dns/test)))
|
||||
|
||||
Reference in New Issue
Block a user