r1594: *** empty log message ***
[uffi.git] / test-examples.cl
index 09a378318393b92102d9fe2dddc354f817f6ba6e..2a4c100a94c5632b729e6e752c5256a640059314 100644 (file)
@@ -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.5 2002/03/18 02:27:32 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,8 @@
                               :type "cl"
                               :directory '(:relative "examples"))
                *load-truename*))))
-       
+
+  (load-test "array-2d")
   (load-test "strtol")
   (load-test "gettime")
   (load-test "getenv")