[gjs] Add VALGRIND_ARGS variable to Makefile
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] Add VALGRIND_ARGS variable to Makefile
- Date: Wed, 17 Feb 2010 22:17:19 +0000 (UTC)
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]