Better tests organization, ASDF integration.
[cl-mock.git] / tests / functions.lisp
index d3acdc3..4b0a000 100644 (file)
@@ -2,6 +2,8 @@
 
 (in-package #:cl-mock-tests)
 
+(in-suite cl-mock)
+
 (def-test dflet.calls-binding ()
   (dflet ((foo () 23))
     (is (eql 23 (foo)))))