diff options
Diffstat (limited to 'src/nse/Makefile.am')
-rw-r--r-- | src/nse/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am index 824aa10d4..0c6182e61 100644 --- a/src/nse/Makefile.am +++ b/src/nse/Makefile.am @@ -36,10 +36,8 @@ libgnunetnse_la_LDFLAGS = \ libexec_PROGRAMS = \ gnunet-service-nse -if HAVE_TESTING noinst_PROGRAMS = \ gnunet-nse-profiler -endif gnunet_nse_profiler_SOURCES = \ gnunet-nse-profiler.c @@ -71,12 +69,10 @@ if HAVE_BENCHMARKS MULTIPEER_TEST = test_nse_multipeer endif -if HAVE_TESTING check_PROGRAMS = \ test_nse_api \ perf_kdf \ $(MULTIPEER_TEST) -endif if ENABLE_TEST_RUN AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; |