X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=test-examples.cl;h=5ff2f5822e5449a5f8fd08130d50a94311cf6c8a;hb=cb657edcb17cc3c4a6e1c35b7ce33aaf9db48903;hp=2a4c100a94c5632b729e6e752c5256a640059314;hpb=d5e4894a4d66611f1a585cbe53c692af8fabff5d;p=uffi.git diff --git a/test-examples.cl b/test-examples.cl index 2a4c100..5ff2f58 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.5 2002/03/18 02:27:32 kevin Exp $ +;;;; $Id: test-examples.cl,v 1.6 2002/03/21 04:05:15 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -27,6 +27,7 @@ :directory '(:relative "examples")) *load-truename*)))) + (load-test "c-test-fns") (load-test "array-2d") (load-test "strtol") (load-test "gettime")