r8936: merged classic-tests into tests
[clsql.git] / clsql-classic.asd
index d10438812966b761504e5ab0a9d27e7afd385484..73734dfb8ed5371a4d01dbd0acfa993ef508c55a 100644 (file)
@@ -38,6 +38,5 @@
             (:file "functional" :depends-on ("sql"))))))
 
 #+(or allegro lispworks cmu sbcl openmcl mcl scl)
-(defmethod perform ((o test-op) (c (eql (find-system :clsql-classic))))
-  (oos 'load-op 'clsql-classic-tests)
-  (oos 'test-op 'clsql-classic-tests))
+(defmethod perform ((o test-op) (c (eql (find-system 'clsql-classic))))
+  (warn "Testing is provided by the CLSQL-TESTS system"))