X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=test-examples.cl;h=4d1dcbf9cdc8b340c34b906e8d5ded999f1e1795;hb=8d16d732a80b76c913f4b62b9fe043af39e5bce2;hp=5ff2f5822e5449a5f8fd08130d50a94311cf6c8a;hpb=cb657edcb17cc3c4a6e1c35b7ce33aaf9db48903;p=uffi.git diff --git a/test-examples.cl b/test-examples.cl index 5ff2f58..4d1dcbf 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.8 2002/03/25 01:24:35 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -28,8 +28,10 @@ *load-truename*)))) (load-test "c-test-fns") - (load-test "array-2d") + (load-test "arrays") + (load-test "union") (load-test "strtol") + (load-test "atoifl") (load-test "gettime") (load-test "getenv") (load-test "gethostname")