diff options
Diffstat (limited to 'src/service/core/Makefile.am')
-rw-r--r-- | src/service/core/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/service/core/Makefile.am b/src/service/core/Makefile.am index 990822821..220da838f 100644 --- a/src/service/core/Makefile.am +++ b/src/service/core/Makefile.am | |||
@@ -93,8 +93,8 @@ check_PROGRAMS = \ | |||
93 | $(TESTING_TESTS) | 93 | $(TESTING_TESTS) |
94 | 94 | ||
95 | # Only test TNG if we run experimental | 95 | # Only test TNG if we run experimental |
96 | check_SCRIPTS= \ | 96 | #check_SCRIPTS= \ |
97 | test_core_start_testcase.sh | 97 | # test_core_start_testcase.sh |
98 | 98 | ||
99 | if ENABLE_TEST_RUN | 99 | if ENABLE_TEST_RUN |
100 | AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; | 100 | AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; |