From 4d376fad783520443f21216de0eed2d8cfc43c97 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 27 Nov 2014 10:04:03 +0000 Subject: -do not run tests if disabled --- src/conversation/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/conversation') 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 += \ $(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 = \ -- cgit v1.2.3