commit 4d376fad783520443f21216de0eed2d8cfc43c97
parent 44bb721ef043f99e97d60231438b9e71104d99d7
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 27 Nov 2014 10:04:03 +0000
-do not run tests if disabled
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
@@ -95,7 +95,9 @@ libexec_PROGRAMS += \
$(AUDIO_HELPER_PLAY)
AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
+if ENABLE_TEST_RUN
TESTS = $(AUDIO_TESTS)
+endif
if BUILD_PULSE_HELPERS
gnunet_helper_audio_record_SOURCES = \