aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-17 15:00:28 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-17 15:00:28 +0000
commit2098bde27ecaa44210d225db9cf45773785e4ba4 (patch)
tree0ef279962408e8c2a39dc9bf8e12849248548d44 /src/integration-tests/Makefile.am
parenta0c1ad04a2c5b6994ab7b1cf5e9714d977d413b5 (diff)
downloadgnunet-2098bde27ecaa44210d225db9cf45773785e4ba4.tar.gz
gnunet-2098bde27ecaa44210d225db9cf45773785e4ba4.zip
re-adding disconnect test
Diffstat (limited to 'src/integration-tests/Makefile.am')
-rw-r--r--src/integration-tests/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am
index c986b2c3a..393184181 100644
--- a/src/integration-tests/Makefile.am
+++ b/src/integration-tests/Makefile.am
@@ -16,14 +16,15 @@ noinst_SCRIPTS = \
16if HAVE_PYTHON 16if HAVE_PYTHON
17check_SCRIPTS = \ 17check_SCRIPTS = \
18 test_integration_bootstrap_and_connect.py \ 18 test_integration_bootstrap_and_connect.py \
19 test_integration_restart.py 19 test_integration_disconnect.py \
20 test_integration_restart.py
20# test_integration_bootstrap_and_connect_and_disconnect.py \ 21# test_integration_bootstrap_and_connect_and_disconnect.py \
21# test_integration_bootstrap_and_connect_and_disconnect_nat.py \ 22# test_integration_bootstrap_and_connect_and_disconnect_nat.py \
22# test_integration_clique.py \ 23# test_integration_clique.py \
23# test_integration_clique_nat.py \ 24# test_integration_clique_nat.py \
24# test_integration_connect_on_restart.py 25# test_integration_connect_on_restart.py
25endif 26endif
26# test_integration_disconnect.py 27
27 28
28if HAVE_MHD 29if HAVE_MHD
29if ENABLE_TEST_RUN 30if ENABLE_TEST_RUN