X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-tests.asd;h=de6808828f9c6487414ac836971b9d49ab68c09f;hb=f834d7038bfd1c34df52bd93aba061f2e83da65d;hp=7c4a6829659b02f637b410868938af068d1a2c7a;hpb=3acccef9826b2d59474d5d09bad453dba5df189c;p=clsql.git diff --git a/clsql-tests.asd b/clsql-tests.asd index 7c4a682..de68088 100644 --- a/clsql-tests.asd +++ b/clsql-tests.asd @@ -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: clsql-tests.asd,v 1.4 2003/07/20 18:31:22 kevin Exp $ ;;;; ************************************************************************* (in-package #:cl-user) @@ -27,10 +27,10 @@ ((: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))))