X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-tests.asd;fp=clsql-tests.asd;h=eeca1825ae674746d1c1f1eba265c4555cb33aa0;hp=b4cbdb9d69965dd13a97ee4cedaf7cd527c24a56;hb=fa32c4233b4a02ae631602dbb0a234ab10df8aaf;hpb=a89cc325beaf3045a767586e34251aadb09e6d66 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")