r7061: initial property settings
[clsql.git] / clsql-tests.asd
index 7c4a6829659b02f637b410868938af068d1a2c7a..78ba676c4b8f968d1f5359411965bfade92bb869 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2003
 ;;;;
-;;;; $Id: clsql-tests.asd,v 1.3 2003/06/06 21:59:09 kevin Exp $
+;;;; $Id$
 ;;;; *************************************************************************
 
 (in-package #:cl-user)
   ((:module tests
            :components
            ((:file "rt")
-            (:file "acl-compat-tester")
+            (:file "ptester")
             (:file "package" :depends-on ("rt"))
 ;;          (:file "tables" :depends-on ("package")))
-            (:file "tests" :depends-on ("package" "acl-compat-tester")))
+            (:file "tests" :depends-on ("package" "ptester")))
            )))
 
 (defmethod perform ((o test-op) (c (eql (find-system 'clsql-tests))))