X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-examples.cl;h=2a0f715edf0cf6fd3114e6079a18c57fc1b72d6a;hb=e17a00289f90e820823ae17546eb5374e8f056e0;hp=b23b3ce27c69afcd4a0c0ad10adf593bf140db81;hpb=42959dafb9978c35da14915bc078fb96c1183347;p=uffi.git diff --git a/tests/test-examples.cl b/tests/test-examples.cl index b23b3ce..2a0f715 100644 --- a/tests/test-examples.cl +++ b/tests/test-examples.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: test-examples.cl,v 1.1 2002/07/26 03:24:29 kevin Exp $ +;;;; $Id: test-examples.cl,v 1.2 2002/09/20 04:51:14 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,13 +16,11 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -#-uffi -(mk:load-system :uffi) - -#-allegro -(load (make-pathname :name "acl-compat-tester" :type "cl" - :defaults *load-truename*)) +#-uffi (asdf:oos 'asdf:load-op :uffi) +(unless (ignore-errors (find-package :util.test)) + (load (make-pathname :name "acl-compat-tester" :type "cl" + :defaults *load-truename*))) (defun do-tests () (pushnew :test-uffi cl:*features*) @@ -32,8 +30,7 @@ (load (merge-pathnames (make-pathname :name name :type "cl" - *load-truename*)))) - + *load-truename*))))) (load-test "c-test-fns") (load-test "arrays") (load-test "union")