X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=test-examples.cl;fp=test-examples.cl;h=7285be815985f36a04f2af74048b8639af72d117;hb=29dc3a388a41590a7fda00cb6b606ffe03b3c3d6;hp=4d1dcbf9cdc8b340c34b906e8d5ded999f1e1795;hpb=47f88e60899603d0ae74d3ff28cac9852067e3d4;p=uffi.git diff --git a/test-examples.cl b/test-examples.cl index 4d1dcbf..7285be8 100644 --- a/test-examples.cl +++ b/test-examples.cl @@ -1,4 +1,4 @@ -;;;; -*- Mode: ANSI-Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: test-examples.cl,v 1.8 2002/03/25 01:24:35 kevin Exp $ +;;;; $Id: test-examples.cl,v 1.9 2002/04/02 21:29:45 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,8 +16,12 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* +#-uffi (mk:load-system :uffi) +(load (make-pathname :name "acl-compat-tester" :type "cl" + :defaults *load-truename*)) + (pushnew :test-uffi cl:*features*) (flet ((load-test (name)