[gjs] Add VALGRIND_ARGS variable to Makefile



commit 5c8e08bc0946fd64810e72aa899f33dd3058279c
Author: Colin Walters <walters verbum org>
Date:   Wed Feb 17 13:58:37 2010 -0500

    Add VALGRIND_ARGS variable to Makefile
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604076

 Makefile-test.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Makefile-test.am b/Makefile-test.am
index 02752c4..1dc8127 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -94,6 +94,7 @@ valgrind-check valgrind-test: $(gjsnative_LTLIBRARIES) ${TEST_PROGS}
 	    --tool=memcheck 				\
 	    --leak-check=full 				\
 	    --suppressions=$(top_srcdir)/test/gjs.supp	\
+	    $$VALGRIND_ARGS				\
 	    $$prog \
 	    && $(GREP) -q 'definitely lost: 0 bytes in 0 blocks' valgrind.$$prog.log \
 	    || failed="$$failed $$prog"; \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]