X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=test-examples.cl;h=4d1dcbf9cdc8b340c34b906e8d5ded999f1e1795;hb=22b50a1703e3b29bbe6a120484ec46577e2bebf2;hp=0c33bb2639fb9e5193542e0d1e1c9b2cd7db78f3;hpb=76ae1bdbadaaf87603ebbe987e59dd1a105f1872;p=uffi.git diff --git a/test-examples.cl b/test-examples.cl index 0c33bb2..4d1dcbf 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.3 2002/03/16 22:54:06 kevin Exp $ +;;;; $Id: test-examples.cl,v 1.8 2002/03/25 01:24:35 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -26,8 +26,12 @@ :type "cl" :directory '(:relative "examples")) *load-truename*)))) - + + (load-test "c-test-fns") + (load-test "arrays") + (load-test "union") (load-test "strtol") + (load-test "atoifl") (load-test "gettime") (load-test "getenv") (load-test "gethostname")