X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-tests.asd;fp=clsql-tests.asd;h=afceb8c726a18ea03fafbdacd531ba19a458a83a;hp=a9486ac3eeebacb6646de9e327ae262e96f4770a;hb=c4ffac239e4910bff542dadf3212ad95803af64e;hpb=e2c86e8c664d8b3ecfd215843a9a1fbf5fa83693 diff --git a/clsql-tests.asd b/clsql-tests.asd index a9486ac..afceb8c 100644 --- a/clsql-tests.asd +++ b/clsql-tests.asd @@ -23,7 +23,8 @@ :maintainer "" :version "" :licence "" - :description "A regression test suite for CLSQL-USQL." + :description "A regression test suite for CLSQL." + :depends-on (clsql rt) :components ((:module tests :serial t @@ -34,5 +35,4 @@ (:file "test-fdml") (:file "test-ooddl") (:file "test-oodml") - (:file "test-syntax")))) - :depends-on (:clsql :rt)) + (:file "test-syntax")))))