Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
b61fab1e
Commit
b61fab1e
authored
Nov 28, 2004
by
Alexandre Duret-Lutz
Browse files
* wrap/python/tests/run.in: Define DYLD_LIBRARY_PATH so that
Darwin finds non-installed libraries. Report from Akim Demaille.
parent
39ffa273
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b61fab1e
2004-11-28 Alexandre Duret-Lutz <adl@src.lip6.fr>
* wrap/python/tests/run.in: Define DYLD_LIBRARY_PATH so that
Darwin finds non-installed libraries.
Report from Akim Demaille.
* src/tgbatest/ltl2tgba.cc (syntax): Mention gv04 in help text.
2004-11-27 Alexandre Duret-Lutz <adl@src.lip6.fr>
...
...
wrap/python/tests/run.in
View file @
b61fab1e
...
...
@@ -25,13 +25,19 @@
# unset, be quiet.
test
-n
"
$srcdir
"
&&
test
-z
"
$VERBOSE
"
&&
exec
>
/dev/null 2>&1
test
-z
"
$1
"
&&
PYTHONPATH
=
..:@srcdir@/..
exec
@PYTHON@
# Darwin needs some help in figuring out where non-installed libtool
# libraries are (on this platform libtool encodes the expected final
# path of dependent libraries in each library).
modpath
=
'../.libs:@top_builddir@/src/.libs:@top_builddir@/buddy/src/.libs'
test
-z
"
$1
"
&&
PYTHONPATH
=
'..:@srcdir@/..'
DYLD_LIBRARY_PATH
=
$modpath
exec
@PYTHON@
case
$1
in
*
.py
)
PYTHONPATH
=
..:@srcdir@/..
exec
@PYTHON@
"
$@
"
;;
PYTHONPATH
=
'
..:@srcdir@/..
'
DYLD_LIBRARY_PATH
=
$modpath
exec
@PYTHON@
"
$@
"
;;
*
.test
)
sh
-x
"
$@
"
;;
exec
sh
-x
"
$@
"
;;
*
)
echo
"Unknown extension"
>
&2
exit
2
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment