basics of testing framework
This commit is contained in:
parent
19dfedaf80
commit
f83054b752
|
@ -12,6 +12,8 @@ let
|
||||||
cl-smtp
|
cl-smtp
|
||||||
log4cl
|
log4cl
|
||||||
cl_plus_ssl
|
cl_plus_ssl
|
||||||
|
fiveam
|
||||||
|
slite
|
||||||
pkgs.openssl
|
pkgs.openssl
|
||||||
pkgs.openssl.out
|
pkgs.openssl.out
|
||||||
pkgs.openssl.dev
|
pkgs.openssl.dev
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
(asdf:load-system 'lass)
|
(asdf:load-system 'lass)
|
||||||
(asdf:load-system 'cl-smtp)
|
(asdf:load-system 'cl-smtp)
|
||||||
(asdf:load-system 'log4cl)
|
(asdf:load-system 'log4cl)
|
||||||
|
(asdf:load-system 'fiveam)
|
||||||
|
|
||||||
(defpackage tfcserver
|
(defpackage tfcserver
|
||||||
(:use :cl :com.inuoe.jzon :spinneret :serapeum))
|
(:use :cl :com.inuoe.jzon :spinneret :serapeum))
|
||||||
|
@ -539,3 +540,6 @@ with the image attached"
|
||||||
(hunchentoot:stop *server*)
|
(hunchentoot:stop *server*)
|
||||||
(uiop:quit)))
|
(uiop:quit)))
|
||||||
(error (c) (format t "Woops, an unknown error occured:~&~a~&" c))))
|
(error (c) (format t "Woops, an unknown error occured:~&~a~&" c))))
|
||||||
|
|
||||||
|
(fiveam:test testing-things
|
||||||
|
(fiveam:is (= 2 (+ 1 1))))
|
||||||
|
|
Loading…
Reference in a new issue