X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=test-examples.cl;h=2a4c100a94c5632b729e6e752c5256a640059314;hb=54de0ff398a996c976d053d5b56b46f0a44d3e23;hp=83a1deec0fc4797eeaf411338c9fea8d221df386;hpb=bf5c7e7c36474375604bcbcedea8794a68dd1784;p=uffi.git diff --git a/test-examples.cl b/test-examples.cl index 83a1dee..2a4c100 100644 --- a/test-examples.cl +++ b/test-examples.cl @@ -1,4 +1,4 @@ -;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; -*- Mode: ANSI-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.2 2002/03/14 21:03:12 kevin Exp $ +;;;; $Id: test-examples.cl,v 1.5 2002/03/18 02:27:32 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -26,7 +26,8 @@ :type "cl" :directory '(:relative "examples")) *load-truename*)))) - + + (load-test "array-2d") (load-test "strtol") (load-test "gettime") (load-test "getenv")