UNDO: Added *debug-on-failure* (Suggested by: Peter Gijsels <peter.gijsels@gmail...
[fiveam.git] / src / packages.lisp
index 0a8b076..6536e28 100644 (file)
            #:!
            #:!!
            #:!!!
-          #:*debug-on-error*))
+          #:*debug-on-error*
+           #:*verbose-failures*))
+
+;;;; You can use #+5am to put your test-defining code inline with your
+;;;; other code - and not require people to have fiveam to run your
+;;;; package.
+
+(pushnew :5am *features*)
 
 ;;;;@include "check.lisp"