r2784: *** empty log message ***
[uffi.git] / examples / run-examples.cl
index 5701e442fd2fec134fcc2179a15b5a8ecd18230d..e433205b63a5b98fe37ca5203c0f059866ba7d22 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: run-examples.cl,v 1.1 2002/07/26 03:24:29 kevin Exp $
+;;;; $Id: run-examples.cl,v 1.2 2002/09/20 04:51:14 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -16,7 +16,7 @@
 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
 ;;;; *************************************************************************
 
-(mk:load-system :uffi)
+#-uffi (asdf:oos 'asdf:load-op :uffi)
 
 (pushnew :examples-uffi cl:*features*)
 
@@ -24,8 +24,7 @@
         (load (merge-pathnames
                (make-pathname :name name 
                               :type "cl"
-               *load-truename*))))
-
+               *load-truename*)))))
   (load-test "c-test-fns")
   (load-test "arrays")
   (load-test "union")