DEFVAR *SUITE* before used
authorStelian Ionescu <sionescu@cddr.org>
Thu, 18 Jul 2013 15:05:12 +0000 (17:05 +0200)
committerStelian Ionescu <sionescu@cddr.org>
Thu, 18 Jul 2013 15:05:12 +0000 (17:05 +0200)
src/test.lisp

index 982c176..c64d6a2 100644 (file)
@@ -11,6 +11,9 @@
 ;;;; collection of checks which can be run and a test suite is a named
 ;;;; collection of tests and test suites.
 
+(defvar *suite* nil
+  "The current test suite object")
+
 (defvar *test*
   (make-hash-table :test 'eql)
   "Lookup table mapping test (and test suite)