X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Ftest-examples.lisp;h=09ac2c160e989fa17ce1c23a887850a314fb23cd;hb=54929de80ac68bb7ef45a28e70945c7243d39c82;hp=5f780d44558cbb93971ab3c4684185953c3c833e;hpb=a95b9a217335917d96b8c0cced4f49c3e4846115;p=uffi.git diff --git a/examples/test-examples.lisp b/examples/test-examples.lisp index 5f780d4..09ac2c1 100644 --- a/examples/test-examples.lisp +++ b/examples/test-examples.lisp @@ -7,13 +7,10 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: test-examples.lisp,v 1.1 2002/09/30 10:02:36 kevin Exp $ +;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg ;;;; -;;;; UFFI users are granted the rights to distribute and use this software -;;;; as governed by the terms of the Lisp Lesser GNU Public License -;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* #-uffi (asdf:oos 'asdf:load-op :uffi) @@ -26,7 +23,7 @@ (util.test:with-tests (:name "UFFI-Tests") (setq util.test:*break-on-test-failures* nil) (flet ((load-test (name) - (load (make-pathname :name name :defaults *load-truename*)))) + (load (make-pathname :name name :defaults *load-truename*)))) (load-test "c-test-fns") (load-test "arrays") (load-test "union")