X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-tests.asd;h=13a4c07c855db37b5db46b0cc912e7bd16dd5bbc;hb=39bc32836bdf5bdab576ba1e4ef3762f46000b98;hp=4fc94cfad70e09617b46740c6d3dea0db2aee9a7;hpb=faa5d9f559b59cc2bd328e95352b4b8152ea352c;p=clsql.git diff --git a/clsql-tests.asd b/clsql-tests.asd index 4fc94cf..13a4c07 100644 --- a/clsql-tests.asd +++ b/clsql-tests.asd @@ -25,13 +25,14 @@ :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-time") (:file "test-basic") (:file "test-connection")