aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-27 10:04:03 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-27 10:04:03 +0000
commit4d376fad783520443f21216de0eed2d8cfc43c97 (patch)
treeac9d16c86d285b767c0a8388d0b42ff440539917 /src/conversation/Makefile.am
parent44bb721ef043f99e97d60231438b9e71104d99d7 (diff)
downloadgnunet-4d376fad783520443f21216de0eed2d8cfc43c97.tar.gz
gnunet-4d376fad783520443f21216de0eed2d8cfc43c97.zip
-do not run tests if disabled
Diffstat (limited to 'src/conversation/Makefile.am')
-rw-r--r--src/conversation/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conversation/Makefile.am b/src/conversation/Makefile.am
index 57edc27f0..c1c002578 100644
--- a/src/conversation/Makefile.am
+++ b/src/conversation/Makefile.am
@@ -95,7 +95,9 @@ libexec_PROGRAMS += \
95 $(AUDIO_HELPER_PLAY) 95 $(AUDIO_HELPER_PLAY)
96 96
97AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 97AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
98if ENABLE_TEST_RUN
98TESTS = $(AUDIO_TESTS) 99TESTS = $(AUDIO_TESTS)
100endif
99 101
100if BUILD_PULSE_HELPERS 102if BUILD_PULSE_HELPERS
101gnunet_helper_audio_record_SOURCES = \ 103gnunet_helper_audio_record_SOURCES = \