aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2012-04-08 18:05:15 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2012-04-08 18:05:15 -0400
commit059a60ca01fbe31d4e6cea8cde7fa086abec90aa (patch)
tree329626b48c189aa0bf49100367144087b1ffbda7 /test/Makefile.in
parent7975e6a2960b95942b6732dd59969aa3abca2502 (diff)
downloadegawk-059a60ca01fbe31d4e6cea8cde7fa086abec90aa.tar.gz
egawk-059a60ca01fbe31d4e6cea8cde7fa086abec90aa.tar.bz2
egawk-059a60ca01fbe31d4e6cea8cde7fa086abec90aa.zip
Protect against environment VALGRIND value.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 86ce59a7..0e9a3ca0 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1082,6 +1082,10 @@ GENTESTS_UNUSED = Makefile.in gtlnbufv.awk printfloat.awk
CMP = cmp
AWKPROG = ../gawk$(EXEEXT)
PGAWKPROG = ../pgawk$(EXEEXT)
+
+# Default for VALGRIND is empty unless overridden by a command-line argument.
+# This protects against cruft in the environment.
+VALGRIND =
PGAWK = LC_ALL=$${GAWKLOCALE:-C} LANG=$${GAWKLOCALE:-C} AWKLIBPATH=../extension/.libs $(VALGRIND) $(PGAWKPROG)
all: all-am