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