X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-tests.asd;h=77a3624eacfff52486399d1e91b07084a33d0532;hb=dbbe78bb33a1d4672b47b378f9198d717fa9abd7;hp=7c4a6829659b02f637b410868938af068d1a2c7a;hpb=3acccef9826b2d59474d5d09bad453dba5df189c;p=clsql.git diff --git a/clsql-tests.asd b/clsql-tests.asd index 7c4a682..77a3624 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$ ;;;; ************************************************************************* (in-package #:cl-user) @@ -22,15 +22,15 @@ :description "Testing suite for CLSQL" :depends-on (:clsql :clsql-mysql :clsql-postgresql :clsql-postgresql-socket - #+allegro :clsql-aodbc) + #+(and allegro (not allegro-cl-trial)) :clsql-aodbc) :components ((: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))))