X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=test-examples.cl;h=83a1deec0fc4797eeaf411338c9fea8d221df386;hb=bf5c7e7c36474375604bcbcedea8794a68dd1784;hp=09a378318393b92102d9fe2dddc354f817f6ba6e;hpb=9f3106ae9696d143533445de5ce10dd2b8fd7d6f;p=uffi.git diff --git a/test-examples.cl b/test-examples.cl index 09a3783..83a1dee 100644 --- a/test-examples.cl +++ b/test-examples.cl @@ -1,3 +1,21 @@ +;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: test-examples.cl +;;;; Purpose: Load and execute all examples for UFFI +;;;; Programmer: Kevin M. Rosenberg +;;;; Date Started: Feb 2002 +;;;; +;;;; $Id: test-examples.cl,v 1.2 2002/03/14 21:03:12 kevin Exp $ +;;;; +;;;; This file, part of UFFI, is Copyright (c) 2002 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. +;;;; ************************************************************************* + (mk:load-system :uffi) (pushnew :test-uffi cl:*features*)