X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-tests.asd;h=9d4df2f67e4c223ce5c13b7b7fedfdf77915a0b6;hp=4fc94cfad70e09617b46740c6d3dea0db2aee9a7;hb=11261eca2090842638d1b3b7c12b7cc1f6d58f09;hpb=faa5d9f559b59cc2bd328e95352b4b8152ea352c diff --git a/clsql-tests.asd b/clsql-tests.asd index 4fc94cf..9d4df2f 100644 --- a/clsql-tests.asd +++ b/clsql-tests.asd @@ -25,15 +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 "test-time") + (:file "benchmarks") + (:file "test-internal") (:file "test-basic") + (:file "test-time") (:file "test-connection") (:file "test-fddl") (:file "test-fdml")