X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-tests.asd;h=7e12fb2409f386c129ee3391b9cd840f1faeef48;hb=71fcd9afed461e52b5b3456e2dc2bc19f89dbe02;hp=7c4a6829659b02f637b410868938af068d1a2c7a;hpb=3acccef9826b2d59474d5d09bad453dba5df189c;p=clsql.git diff --git a/clsql-tests.asd b/clsql-tests.asd index 7c4a682..7e12fb2 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,14 @@ :description "Testing suite for CLSQL" :depends-on (:clsql :clsql-mysql :clsql-postgresql :clsql-postgresql-socket - #+allegro :clsql-aodbc) + :ptester + #+(and allegro (not allegro-cl-trial)) :clsql-aodbc) :components ((:module tests :components - ((:file "rt") - (:file "acl-compat-tester") - (:file "package" :depends-on ("rt")) + ((:file "package") ;; (:file "tables" :depends-on ("package"))) - (:file "tests" :depends-on ("package" "acl-compat-tester"))) + (:file "tests" :depends-on ("package"))) ))) (defmethod perform ((o test-op) (c (eql (find-system 'clsql-tests))))