X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-classic.asd;h=73734dfb8ed5371a4d01dbd0acfa993ef508c55a;hp=a700cfd3b33143e388a253a1183d753ce0add7bf;hb=fa32c4233b4a02ae631602dbb0a234ab10df8aaf;hpb=a89cc325beaf3045a767586e34251aadb09e6d66 diff --git a/clsql-classic.asd b/clsql-classic.asd index a700cfd..73734df 100644 --- a/clsql-classic.asd +++ b/clsql-classic.asd @@ -39,5 +39,4 @@ #+(or allegro lispworks cmu sbcl openmcl mcl scl) (defmethod perform ((o test-op) (c (eql (find-system 'clsql-classic)))) - (operate 'load-op 'clsql-classic-tests) - (operate 'test-op 'clsql-classic-tests)) + (warn "Testing is provided by the CLSQL-TESTS system"))