X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Ftest.lisp;h=c64d6a249240ab10ddb7ada9d5660438fa592c48;hb=fe6ac366b562a6605a491b8fc495347d880510b3;hp=982c176f068bd057eba71d65f62f177453a609bd;hpb=357cf1e3db1d14177926b5d068746ec2a22153a4;p=fiveam.git diff --git a/src/test.lisp b/src/test.lisp index 982c176..c64d6a2 100644 --- a/src/test.lisp +++ b/src/test.lisp @@ -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)