r8910: rework so that tests are automatically run for multiple backends
[clsql.git] / clsql-tests.asd
index 7a7d6d9b6da392e320c9f469a68ebba098e334cb..46e726154adf17570f81e7f28a820227653af1a2 100644 (file)
@@ -40,8 +40,6 @@
                           (:file "test-syntax")))))
 
 (defmethod perform ((o test-op) (c (eql (find-system 'clsql-tests))))
                           (:file "test-syntax")))))
 
 (defmethod perform ((o test-op) (c (eql (find-system 'clsql-tests))))
-  (error "Automated performing of test-op is not yet supported.")
-  #+ignore
   (unless (funcall (intern (symbol-name '#:run-tests)
                           (find-package '#:clsql-tests)))
     (error "test-op failed")))
   (unless (funcall (intern (symbol-name '#:run-tests)
                           (find-package '#:clsql-tests)))
     (error "test-op failed")))