X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=fiveam.asd;h=372609d9d6aeb96aa1e7035e0d12154af81196b3;hb=325262d82eb9620b042e4c2bad38eb5dd47c03ef;hp=9280193e09500a721be303aac76c096ae1fe1a6b;hpb=9adc37ba6fbe512af2c83863e9f51461479678ed;p=fiveam.git diff --git a/fiveam.asd b/fiveam.asd index 9280193..372609d 100644 --- a/fiveam.asd +++ b/fiveam.asd @@ -18,7 +18,7 @@ (:file "packages") (:file "run" :depends-on ("packages" "classes" "test" "suite" "check")) (:file "suite" :depends-on ("packages" "test" "classes")) - (:file "random-check" :depends-on ("packages" "check")) + (:file "random" :depends-on ("packages" "check")) (:file "test" :depends-on ("packages" "classes")))) (:module :t :components ((:file "suite") @@ -30,3 +30,5 @@ (funcall (intern (string :run!) (string :it.bese.FiveAM)) :it.bese.FiveAM)) ;;;;@include "src/packages.lisp" + +;;;;@include "t/example.lisp"