From: Stelian Ionescu Date: Thu, 18 Jul 2013 15:05:12 +0000 (+0200) Subject: DEFVAR *SUITE* before used X-Git-Url: http://repo.macrolet.net/gitweb/?p=fiveam.git;a=commitdiff_plain;h=fe6ac366b562a6605a491b8fc495347d880510b3 DEFVAR *SUITE* before used --- 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)