X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fc-test-fns.lisp;h=4ff8fb90ea24632fd6b0240349418dad6a8f7908;hb=886f754686a07aea92089a3ffdc997836d69d9f3;hp=435fdd69645db951457e3b99d5ac934f24400e23;hpb=caf4972e7f7d2562fe4a9977cf20d38bbf0e320f;p=uffi.git diff --git a/tests/c-test-fns.lisp b/tests/c-test-fns.lisp index 435fdd6..4ff8fb9 100644 --- a/tests/c-test-fns.lisp +++ b/tests/c-test-fns.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: c-test-fns.lisp,v 1.2 2002/10/16 11:56:43 kevin Exp $ +;;;; $Id: c-test-fns.lisp,v 1.4 2002/11/18 04:53:31 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -19,9 +19,9 @@ (in-package :cl-user) (unless (uffi:load-foreign-library - (uffi:find-foreign-library "c-test-fns" *load-truename*) - :supporting-libraries '("c") - :force-load t) + (uffi:find-foreign-library "c-test-fns" + (list *load-truename* "/home/kevin/debian/src/uffi/examples/")) + :supporting-libraries '("c")) (warn "Unable to load c-test-fns library")) (uffi:def-function ("cs_to_upper" cs-to-upper)