X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=test-examples.cl;fp=test-examples.cl;h=301e9cdecf5ebcdab685a9c1667eea09daf70ebd;hb=7cb20f3bc266ede16dfcd449986136c43c4a2d57;hp=5ff2f5822e5449a5f8fd08130d50a94311cf6c8a;hpb=ddf36af16030d4e73202782f6811466e4b6b29a3;p=uffi.git diff --git a/test-examples.cl b/test-examples.cl index 5ff2f58..301e9cd 100644 --- a/test-examples.cl +++ b/test-examples.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: test-examples.cl,v 1.6 2002/03/21 04:05:15 kevin Exp $ +;;;; $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 ;;;; @@ -28,7 +28,8 @@ *load-truename*)))) (load-test "c-test-fns") - (load-test "array-2d") + (load-test "arrays") + (load-test "union") (load-test "strtol") (load-test "gettime") (load-test "getenv")