mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
For SRFI testing, set and export env var `LTDL_LIBRARY_PATH'.
This commit is contained in:
parent
7f24bc58dc
commit
0e70d77b81
1 changed files with 3 additions and 0 deletions
|
@ -21,12 +21,15 @@ if [ x"$1" = x-i ] ; then
|
||||||
else
|
else
|
||||||
guile=libguile/guile
|
guile=libguile/guile
|
||||||
GUILE_LOAD_PATH=$srcdir:$TEST_SUITE_DIR
|
GUILE_LOAD_PATH=$srcdir:$TEST_SUITE_DIR
|
||||||
|
LTDL_LIBRARY_PATH=$srcdir/srfi/.libs:${LTDL_LIBRARY_PATH}
|
||||||
fi
|
fi
|
||||||
export GUILE_LOAD_PATH
|
export GUILE_LOAD_PATH
|
||||||
|
export LTDL_LIBRARY_PATH
|
||||||
|
|
||||||
if [ -f "$guile" -a -x "$guile" ] ; then
|
if [ -f "$guile" -a -x "$guile" ] ; then
|
||||||
echo Testing $guile ... "$@"
|
echo Testing $guile ... "$@"
|
||||||
echo with GUILE_LOAD_PATH=$GUILE_LOAD_PATH
|
echo with GUILE_LOAD_PATH=$GUILE_LOAD_PATH
|
||||||
|
echo with LTDL_LIBRARY_PATH=$LTDL_LIBRARY_PATH
|
||||||
else
|
else
|
||||||
echo ERROR: Cannot execute $guile
|
echo ERROR: Cannot execute $guile
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue