X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-tests.asd;h=eeca1825ae674746d1c1f1eba265c4555cb33aa0;hb=9d5f2d7fabd634c81001baa7e7b442629c69f77b;hp=b4cbdb9d69965dd13a97ee4cedaf7cd527c24a56;hpb=72c5d9d0555b01290409dc2607935db823fa1f10;p=clsql.git diff --git a/clsql-tests.asd b/clsql-tests.asd index b4cbdb9..eeca182 100644 --- a/clsql-tests.asd +++ b/clsql-tests.asd @@ -25,12 +25,14 @@ :version "" :licence "" :description "A regression test suite for CLSQL." - :depends-on (clsql clsql-classic-tests rt) + :depends-on (clsql ptester rt) :components ((:module tests :serial t :components ((:file "package") + (:file "utils") (:file "test-init") + (:file "test-basic") (:file "test-connection") (:file "test-fddl") (:file "test-fdml")