r2785: *** empty log message ***
[uffi.git] / examples / run-examples.cl
index 5701e442fd2fec134fcc2179a15b5a8ecd18230d..25afc981a02f65258f3890c8c576028a38b59215 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.3 2002/09/20 05:38:01 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
 ;;;; (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*)
 
 (flet ((load-test (name)
-        (load (merge-pathnames
-               (make-pathname :name name 
-                              :type "cl"
-               *load-truename*))))
-
+         (load (make-pathname :defaults *load-truename* :name name :type "cl"))))
   (load-test "c-test-fns")
   (load-test "arrays")
   (load-test "union")