X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-tests.asd;h=7c4a6829659b02f637b410868938af068d1a2c7a;hp=f9633ed4005731e7370d488c3c1d82dcd372a1fa;hb=3acccef9826b2d59474d5d09bad453dba5df189c;hpb=4c546104164756996a06705aa45233e98e2c2daa diff --git a/clsql-tests.asd b/clsql-tests.asd index f9633ed..7c4a682 100644 --- a/clsql-tests.asd +++ b/clsql-tests.asd @@ -7,9 +7,10 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; $Id: clsql-tests.asd,v 1.2 2003/05/07 02:45:08 kevin Exp $ +;;;; $Id: clsql-tests.asd,v 1.3 2003/06/06 21:59:09 kevin Exp $ ;;;; ************************************************************************* +(in-package #:cl-user) (defpackage #:clsql-tests-system (:use #:asdf #:cl)) (in-package #:clsql-tests-system) @@ -32,7 +33,7 @@ (:file "tests" :depends-on ("package" "acl-compat-tester"))) ))) -(defmethod perform ((o test-op) (c (eql (find-system :clsql-tests)))) +(defmethod perform ((o test-op) (c (eql (find-system 'clsql-tests)))) (or (funcall (intern (symbol-name '#:do-tests) (find-package '#:regression-test))) (error "test-op failed")))