X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=test-examples.cl;h=2a4c100a94c5632b729e6e752c5256a640059314;hb=e4010c4542ebfdb0f95c15b391648eafa7d64949;hp=c8fa0ac449279a419a3660895dadf7793983eced;hpb=55fc3151326f2d3c25a5c5dfdc9f18ea110ee3f8;p=uffi.git diff --git a/test-examples.cl b/test-examples.cl index c8fa0ac..2a4c100 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.4 2002/03/17 17:33:30 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")