r8868: add missing export
[clsql.git] / clsql-tests.asd
index a9486ac3eeebacb6646de9e327ae262e96f4770a..d48b25eb4917400193d0ebc788be58acecd79f29 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Created: 30/03/2004
 ;;;; Updated: <04/04/2004 12:34:41 marcusp>
 ;;;;
-;;;; $Id: clsql-classic.asd 8847 2004-04-07 14:38:14Z kevin $
+;;;; $Id$
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
@@ -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")))))