X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=inline;f=test-examples.cl;h=301e9cdecf5ebcdab685a9c1667eea09daf70ebd;hb=c97f28462cb9499b4687b9d0fd969b3e9fbd6ca2;hp=09a378318393b92102d9fe2dddc354f817f6ba6e;hpb=d088e362ddd9bdd99c2d1815ab87c5328cdc92a3;p=uffi.git diff --git a/test-examples.cl b/test-examples.cl index 09a3783..301e9cd 100644 --- a/test-examples.cl +++ b/test-examples.cl @@ -1,3 +1,21 @@ +;;;; -*- Mode: ANSI-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.7 2002/03/21 07:56:45 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*) @@ -8,7 +26,10 @@ :type "cl" :directory '(:relative "examples")) *load-truename*)))) - + + (load-test "c-test-fns") + (load-test "arrays") + (load-test "union") (load-test "strtol") (load-test "gettime") (load-test "getenv")