X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Frun-examples.cl;h=25afc981a02f65258f3890c8c576028a38b59215;hb=6cd78c2ec5414f6fe07002883d11d2a7802d7153;hp=5701e442fd2fec134fcc2179a15b5a8ecd18230d;hpb=a0e2d3a48c64e9a907abe07b6f89dc6acda6efb5;p=uffi.git diff --git a/tests/run-examples.cl b/tests/run-examples.cl index 5701e44..25afc98 100644 --- a/tests/run-examples.cl +++ b/tests/run-examples.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: run-examples.cl,v 1.1 2002/07/26 03:24:29 kevin Exp $ +;;;; $Id: run-examples.cl,v 1.3 2002/09/20 05:38:01 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,16 +16,12 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(mk:load-system :uffi) +#-uffi (asdf:oos 'asdf:load-op :uffi) (pushnew :examples-uffi cl:*features*) (flet ((load-test (name) - (load (merge-pathnames - (make-pathname :name name - :type "cl" - *load-truename*)))) - + (load (make-pathname :defaults *load-truename* :name name :type "cl")))) (load-test "c-test-fns") (load-test "arrays") (load-test "union")