Removed the default-test-args slot from test-suite.
[fiveam.git] / fiveam.asd
index c273caa..372609d 100644 (file)
@@ -1,4 +1,4 @@
-;;;; -*- lisp -*-
+;; -*- lisp -*-
 
 (defpackage :it.bese.FiveAM.system
   (:use :common-lisp
@@ -18,6 +18,7 @@
                               (:file "packages")
                               (:file "run" :depends-on ("packages" "classes" "test" "suite" "check"))
                               (:file "suite" :depends-on ("packages" "test" "classes"))
+                               (:file "random" :depends-on ("packages" "check"))
                               (:file "test" :depends-on ("packages" "classes"))))
                 (:module :t
                  :components ((:file "suite")
@@ -27,3 +28,7 @@
 
 (defmethod asdf:perform ((op asdf:test-op) (system (eql (find-system :FiveAM))))
   (funcall (intern (string :run!) (string :it.bese.FiveAM)) :it.bese.FiveAM))
+
+;;;;@include "src/packages.lisp"
+
+;;;;@include "t/example.lisp"