summaryrefslogtreecommitdiff
path: root/cpp/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/tests/Makefile.am')
-rw-r--r--cpp/tests/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/tests/Makefile.am b/cpp/tests/Makefile.am
index 900bf47960..7a5f396932 100644
--- a/cpp/tests/Makefile.am
+++ b/cpp/tests/Makefile.am
@@ -11,6 +11,8 @@ INCLUDES = \
# FIXME: have e.g., topicall, run as part of "make check"?
EXTRA_DIST = \
+ .vg-supp \
+ setup \
env \
broker \
topicall \
@@ -64,6 +66,12 @@ unit_tests = \
noinst_PROGRAMS = $(client_tests)
+TESTS_ENVIRONMENT = \
+ VALGRIND=$(VALGRIND) \
+ abs_builddir='$(abs_builddir)' \
+ PATH="$(abs_builddir)/../src$(PATH_SEPARATOR)$$PATH" \
+ abs_srcdir='$(abs_srcdir)'
+
TESTS = run-unit-tests run-python-tests
EXTRA_DIST += $(TESTS)