* src/tgbatest/defs.in (run): Use libtool --mode=execute.
This commit is contained in:
parent
e434ccbec0
commit
468a32ea6e
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2004-01-26 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* src/tgbatest/defs.in (run): Use libtool --mode=execute.
|
||||||
|
|
||||||
2004-01-23 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2004-01-23 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
* src/tgbaalgos/ltl2tgba_fm.cc (ltl_to_tgba_fm): Merge transitions
|
* src/tgbaalgos/ltl2tgba_fm.cc (ltl_to_tgba_fm): Merge transitions
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,7 @@ run()
|
||||||
if test -n "$VALGRIND"; then
|
if test -n "$VALGRIND"; then
|
||||||
exec 6>valgrind.err
|
exec 6>valgrind.err
|
||||||
GLIBCPP_FORCE_NEW=1 \
|
GLIBCPP_FORCE_NEW=1 \
|
||||||
|
../../libtool --mode=execute \
|
||||||
$VALGRIND --leak-check=yes --logfile-fd=6 -q "$@" || exitcode=$?
|
$VALGRIND --leak-check=yes --logfile-fd=6 -q "$@" || exitcode=$?
|
||||||
cat valgrind.err 1>&2
|
cat valgrind.err 1>&2
|
||||||
test -z "`sed 1q valgrind.err`" || exit 50
|
test -z "`sed 1q valgrind.err`" || exit 50
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue