|
From: <sv...@va...> - 2005-09-23 21:29:54
|
Author: njn
Date: 2005-09-23 22:29:51 +0100 (Fri, 23 Sep 2005)
New Revision: 4741
Log:
Change VALGRINDLIB to VALGRIND_LIB in places where it was missed.
Modified:
branches/ASPACEM/README_DEVELOPERS
branches/ASPACEM/tests/vg_regtest.in
Modified: branches/ASPACEM/README_DEVELOPERS
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/ASPACEM/README_DEVELOPERS 2005-09-23 19:58:00 UTC (rev 4740)
+++ branches/ASPACEM/README_DEVELOPERS 2005-09-23 21:29:51 UTC (rev 4741)
@@ -3,10 +3,10 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
=20
To run Valgrind without having to install it, run coregrind/valgrind
-with the VALGRINDLIB environment variable set, where <dir> is the root
+with the VALGRIND_LIB environment variable set, where <dir> is the root
of the source tree (and must be an absolute path). Eg:
=20
- VALGRINDLIB=3D~/grind/head4/.in_place ~/grind/head4/coregrind/valgrind=
=20
+ VALGRIND_LIB=3D~/grind/head4/.in_place ~/grind/head4/coregrind/valgrin=
d=20
=20
This allows you to compile and run with "make" instead of "make install"=
,
saving you time.
Modified: branches/ASPACEM/tests/vg_regtest.in
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/ASPACEM/tests/vg_regtest.in 2005-09-23 19:58:00 UTC (rev 474=
0)
+++ branches/ASPACEM/tests/vg_regtest.in 2005-09-23 21:29:51 UTC (rev 474=
1)
@@ -280,7 +280,7 @@
# Pass the appropriate --tool option for the directory (can be overr=
idden
# by an "args:" line, though). =20
my $tool=3Ddetermine_tool();
- mysystem("VALGRINDLIB=3D$tests_dir/.in_place $valgrind --command-lin=
e-only=3Dyes --memcheck:leak-check=3Dno --addrcheck:leak-check=3Dno --too=
l=3D$tool $vgopts $prog $args > $name.stdout.out 2> $name.stderr.out");
+ mysystem("VALGRIND_LIB=3D$tests_dir/.in_place $valgrind --command-li=
ne-only=3Dyes --memcheck:leak-check=3Dno --addrcheck:leak-check=3Dno --to=
ol=3D$tool $vgopts $prog $args > $name.stdout.out 2> $name.stderr.out");
=20
if (defined $stdout_filter) {
mysystem("$stdout_filter < $name.stdout.out > $tmp");
|