Renamed the default suite to T; allow a suite parameter of NIL to mean a test/suite...
authorMarco Baringer <mb@bese.it>
Thu, 29 Nov 2012 11:28:22 +0000 (12:28 +0100)
committerMarco Baringer <mb@bese.it>
Thu, 29 Nov 2012 11:28:22 +0000 (12:28 +0100)
commit08b391a6ecfb01d739fabaedad8557c21971b197
treebd989e55fcde0da4f888ebf5ac950297238f2925
parent12c6e1daab52d528fbbbf0d0e4a7e6f0fec548d9
Renamed the default suite to T; allow a suite parameter of NIL to mean a test/suite that is not in any other suite

Also fixed a bug where changed the test or suites :in suite (the value
in def-test and def-suite) was properly updating the tests slot of the
old suites and *suites*.
src/suite.lisp
src/test.lisp
t/tests.lisp