r1597: Added with-foreign-string
[uffi.git] / test-examples.cl
index 2a4c100a94c5632b729e6e752c5256a640059314..5ff2f5822e5449a5f8fd08130d50a94311cf6c8a 100644 (file)
@@ -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")