X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpackages.lisp;h=d88006941703f922351211f249be63fecb7f4151;hb=9adc37ba6fbe512af2c83863e9f51461479678ed;hp=1220a78ae2f4047c309a7d6be28dba89ec4791f2;hpb=6e4acc919aafc7e1a963bad1f1a218f8ea423394;p=fiveam.git diff --git a/src/packages.lisp b/src/packages.lisp index 1220a78..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,11 +58,14 @@ #:! #:!! #:!!! - #:*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. -;;;; You can use #+fiveam() 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"