X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpackages.lisp;h=d88006941703f922351211f249be63fecb7f4151;hb=9adc37ba6fbe512af2c83863e9f51461479678ed;hp=0a8b0766a462f045b1519e397d054d0bc1978867;hpb=1454981ac5f4f7ea8fe741a8125efbf0b09497ea;p=fiveam.git diff --git a/src/packages.lisp b/src/packages.lisp index 0a8b076..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 @@ -54,7 +58,15 @@ #:! #:!! #:!!! - #:*debug-on-error*)) + #:*debug-on-error* + #:*debug-on-failure* + #:*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"