Fix path to libtool in test suites.
* src/ltltest/defs.in, src/eltltest/defs.in, src/tgbatest/defs.in, src/evtgbatest/defs.in (run): Use ../../../libtool instead of ../../libtool, now that testcases have been moved down one directory.
This commit is contained in:
parent
1098c62de2
commit
dc8cb56b67
5 changed files with 12 additions and 2 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
|
2009-09-01 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
Fix path to libtool in test suites.
|
||||||
|
|
||||||
|
* src/ltltest/defs.in, src/eltltest/defs.in, src/tgbatest/defs.in,
|
||||||
|
src/evtgbatest/defs.in (run): Use ../../../libtool instead of
|
||||||
|
../../libtool, now that testcases have been moved down one directory.
|
||||||
|
|
||||||
2009-08-31 Alexandre Duret-Lutz <adl@va-et-vient.net>
|
2009-08-31 Alexandre Duret-Lutz <adl@va-et-vient.net>
|
||||||
|
|
||||||
Use Automake 1.11's parallel-tests feature.
|
Use Automake 1.11's parallel-tests feature.
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,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 --tool=memcheck --leak-check=yes --log-fd=6 -q "$@" ||
|
$VALGRIND --tool=memcheck --leak-check=yes --log-fd=6 -q "$@" ||
|
||||||
exitcode=$?
|
exitcode=$?
|
||||||
cat valgrind.err 1>&2
|
cat valgrind.err 1>&2
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,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 \
|
../../../libtool --mode=execute \
|
||||||
$VALGRIND --tool=memcheck --leak-check=yes --log-fd=6 -q "$@" ||
|
$VALGRIND --tool=memcheck --leak-check=yes --log-fd=6 -q "$@" ||
|
||||||
exitcode=$?
|
exitcode=$?
|
||||||
cat valgrind.err 1>&2
|
cat valgrind.err 1>&2
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,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 --tool=memcheck --leak-check=yes --log-fd=6 -q "$@" ||
|
$VALGRIND --tool=memcheck --leak-check=yes --log-fd=6 -q "$@" ||
|
||||||
exitcode=$?
|
exitcode=$?
|
||||||
cat valgrind.err 1>&2
|
cat valgrind.err 1>&2
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,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 \
|
../../../libtool --mode=execute \
|
||||||
$VALGRIND --tool=memcheck --leak-check=yes --log-fd=6 -q "$@" ||
|
$VALGRIND --tool=memcheck --leak-check=yes --log-fd=6 -q "$@" ||
|
||||||
exitcode=$?
|
exitcode=$?
|
||||||
cat valgrind.err 1>&2
|
cat valgrind.err 1>&2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue