X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=test-examples.cl;h=e62d2a5cfcc00f56bfc5c1213db59480b2bab1fb;hb=acdc714a0b8ea9c0df0c9ffc56699fa010bd549e;hp=a3f7a13a12690c94cacdf9e983db09953180a076;hpb=c49c694169461e9e53659280deb3e65785c0bd12;p=uffi.git diff --git a/test-examples.cl b/test-examples.cl index a3f7a13..e62d2a5 100644 --- a/test-examples.cl +++ b/test-examples.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: test-examples.cl,v 1.10 2002/04/02 21:42:11 kevin Exp $ +;;;; $Id: test-examples.cl,v 1.11 2002/04/02 23:27:05 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,6 +19,7 @@ #-uffi (mk:load-system :uffi) +#-allegro (load (make-pathname :name "acl-compat-tester" :type "cl" :defaults *load-truename*)) @@ -26,7 +27,7 @@ (defun do-tests () (pushnew :test-uffi cl:*features*) (util.test:with-tests (:name "UFFI") -; (setq util.test:*break-on-test-failures* break) + (setq util.test:*break-on-test-failures* t) (flet ((load-test (name) (load (merge-pathnames (make-pathname :name name