Do not warn when redefining a test
authorAttila Lendvai <attila.lendvai@gmail.com>
Mon, 16 Oct 2006 20:30:13 +0000 (22:30 +0200)
committerattila.lendvai <attila.lendvai@gmail.com>
Mon, 16 Oct 2006 20:30:13 +0000 (22:30 +0200)
src/test.lisp

index 553a64e..f5c8a82 100644 (file)
@@ -12,6 +12,7 @@
 ;;;; collection of tests and test suites.
 
 (deflookup-table test
+  :at-redefinition nil
   :documentation "Lookup table mapping test (and test suite)
   names to objects.")