summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2012-04-01 17:15:50 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2012-04-01 17:15:50 -0400
commitbcdea5969e5b16d5c5169488431778a704207a4e (patch)
tree43444484d8995511e5cb636501ed7bffa1be115f /Makefile.in
parent920b87dfab2e0504c8a1eb26eb6f130bcb748218 (diff)
downloadgawk-bcdea5969e5b16d5c5169488431778a704207a4e.tar.gz
Add valgrind-noleak target.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d5c633c1..ad795066 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1120,6 +1120,11 @@ valgrind:
make check AWK="valgrind --leak-check=full --log-file=log.%p ../gawk"; \
make valgrind-scan
+valgrind-noleak:
+ cd test; rm -f log.[0-9]*; \
+ make check AWK="valgrind --log-file=log.%p ../gawk"; \
+ make valgrind-scan
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: