X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpackages.lisp;h=d88006941703f922351211f249be63fecb7f4151;hb=9adc37ba6fbe512af2c83863e9f51461479678ed;hp=6536e28a67016ef5c4ffa6b751c3996bb0bbc734;hpb=6638700caf2d65f4fa0b8494157913dcbe0fe2ee;p=fiveam.git diff --git a/src/packages.lisp b/src/packages.lisp index 6536e28..d880069 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -46,6 +46,10 @@ #:pass #:fail #:*test-dribble* + #:for-all + #:gen-integer + #:gen-string + #:gen-character ;; running tests #:run #:run-all-tests @@ -55,6 +59,7 @@ #:!! #:!!! #:*debug-on-error* + #:*debug-on-failure* #:*verbose-failures*)) ;;;; You can use #+5am to put your test-defining code inline with your