r8151: changes for asdf-install
[uffi.git] / tests / foreign-loader.lisp
index 68fe923886a689929eb900d5c75c55d88a512a68..10307321d3a21e17c543ff90a14380914c90ada1 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: foreign-loader.lisp,v 1.7 2003/08/27 19:58:25 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
   
 (unless (uffi:load-foreign-library 
         (uffi:find-foreign-library
-         "uffi-c-test-lib
+         "uffi-c-test" 
          (list (pathname-directory *load-truename*)
                "/usr/lib/uffi/"))
         :supporting-libraries '("c")
         :module "uffi_tests")
-  (warn "Unable to load uffi-c-test-lib library"))
+  (warn "Unable to load uffi-c-test library"))