summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-14 15:37:45 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-14 16:07:24 +0100
commit50c74a8c797680dd374f7d836299d789ae6d9476 (patch)
tree71ca26da5ca686b109d8785dbfabadfcc75bee09 /tests/Makefile.am
parentdb84b3e5cf1dbdf543ea64b863a92b681e79c095 (diff)
downloadtelepathy-glib-50c74a8c797680dd374f7d836299d789ae6d9476.tar.gz
tests: make it easier to add to the TESTS_ENVIRONMENT
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 29f7535f1..2289036a1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,7 +25,10 @@ TESTS_ENVIRONMENT = \
abs_top_srcdir=@abs_top_srcdir@ \
G_SLICE=debug-blocks \
G_DEBUG=fatal_warnings,fatal_criticals$(maybe_gc_friendly) \
- PYTHONPATH=@abs_top_srcdir@/tools
+ PYTHONPATH=@abs_top_srcdir@/tools \
+ $(EXTRA_TESTS_ENVIRONMENT)
+
+EXTRA_TESTS_ENVIRONMENT =
include $(top_srcdir)/tools/valgrind.mk