r8910: rework so that tests are automatically run for multiple backends
[clsql.git] / tests / test-fddl.lisp
index e45d04e103a702aa5346e536330feebf07d8b873..918c56f878ca0b964f701527437c82512274df6c 100644 (file)
@@ -18,6 +18,9 @@
 
 #.(clsql:locally-enable-sql-reader-syntax)
 
+(setq *rt-fddl*
+      '(
+      
 ;; list current tables 
 (deftest :fddl/table/1
     (apply #'values 
         (clsql:drop-sequence [foo] :if-does-not-exist :ignore)))
   6)
 
+))
+
 #.(clsql:restore-sql-reader-syntax-state)