Remove the unused fiveam dependency, get started with stefil!
This commit is contained in:
parent
81cfcc469e
commit
3ae3c208f7
3 changed files with 2 additions and 19 deletions
|
@ -31,11 +31,10 @@
|
|||
(intern "COLESLAW-TESTS" :coleslaw-tests))))
|
||||
|
||||
(defsystem #:coleslaw-tests
|
||||
:depends-on (coleslaw fiveam)
|
||||
:depends-on (coleslaw stefil)
|
||||
:pathname "tests/"
|
||||
:serial t
|
||||
:components ((:file "packages")
|
||||
(:file "tests")))
|
||||
:components ())
|
||||
|
||||
(defmethod operation-done-p ((op test-op)
|
||||
(c (eql (find-system :coleslaw))))
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
(defpackage :coleslaw-tests
|
||||
(:use :cl :fiveam)
|
||||
(:export #:run!))
|
|
@ -1,13 +0,0 @@
|
|||
(in-package :coleslaw-tests)
|
||||
|
||||
(defmacro deftest (name docstring &body body)
|
||||
`(test ,name
|
||||
,docstring
|
||||
,@body))
|
||||
|
||||
(def-suite coleslaw-tests)
|
||||
(in-suite coleslaw-tests)
|
||||
|
||||
(deftest sanity-test
|
||||
"A blog should compile and deploy correctly."
|
||||
(is (zerop (coleslaw:main ""))))
|
Loading…
Add table
Reference in a new issue