X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpackages.lisp;h=2847810099184741b197a050f12831b82ec1e06b;hb=2497dffb3f38aef6b3b5b689b90e20620e5ceaf8;hp=0a8b0766a462f045b1519e397d054d0bc1978867;hpb=1454981ac5f4f7ea8fe741a8125efbf0b09497ea;p=fiveam.git diff --git a/src/packages.lisp b/src/packages.lisp index 0a8b076..2847810 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -56,6 +56,12 @@ #:!!! #:*debug-on-error*)) +;;;; 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" ;;;;@include "test.lisp"