r8850: remove usql files
[clsql.git] / clsql-tests.asd
index a9486ac3eeebacb6646de9e327ae262e96f4770a..afceb8c726a18ea03fafbdacd531ba19a458a83a 100644 (file)
@@ -23,7 +23,8 @@
     :maintainer ""
     :version ""
     :licence ""
     :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
     :components 
     ((:module tests
              :serial t
@@ -34,5 +35,4 @@
                           (:file "test-fdml")
                           (:file "test-ooddl")
                           (:file "test-oodml")
                           (:file "test-fdml")
                           (:file "test-ooddl")
                           (:file "test-oodml")
-                          (:file "test-syntax"))))
-    :depends-on (:clsql :rt))
+                          (:file "test-syntax")))))