Remove dependency on asdf-prove

This commit is contained in:
Niten 2020-12-04 09:01:13 -08:00
parent e9f8f8e7cd
commit 37193887ac
1 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,6 @@
:prove)
:components ((:module "test"
:serial t
:components ((:test-file "backplane-dns-test"))))
:defsystem-depends-on (:prove-asdf)
:components ((:file "backplane-dns-test"))))
:perform (asdf:test-op (op c)
(uiop:symbol-call :prove '#:run '#:backplane-dns/test)))