X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=clsql-tests.asd;h=9d4df2f67e4c223ce5c13b7b7fedfdf77915a0b6;hb=d9f41af62750c622945bb17b622a39689ee5b840;hp=4fc94cfad70e09617b46740c6d3dea0db2aee9a7;hpb=faa5d9f559b59cc2bd328e95352b4b8152ea352c;p=clsql.git 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")