X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-classic.asd;h=73734dfb8ed5371a4d01dbd0acfa993ef508c55a;hp=75cffe219efb5deedba9a2c6fc25350be84b71a1;hb=fa32c4233b4a02ae631602dbb0a234ab10df8aaf;hpb=39d3fefaebf35a19a211d1ab6552d7ff54faccd2 diff --git a/clsql-classic.asd b/clsql-classic.asd index 75cffe2..73734df 100644 --- a/clsql-classic.asd +++ b/clsql-classic.asd @@ -29,18 +29,14 @@ :description "Common Lisp SQL Interface Library" :long-description "cl-sql package provides the high-level interface for the CLSQL system." + :depends-on (clsql-base) :components ((:module :classic :components ((:file "package") (:file "sql" :depends-on ("package")) - (:file "functional" :depends-on ("sql")) - (:file "usql" :depends-on ("sql")) - ))) - :depends-on (:clsql-base) - ) + (: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"))