aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-03-02 11:06:35 +0100
committerChristian Grothoff <christian@grothoff.org>2019-03-02 11:06:35 +0100
commit2d4b48f0de0375545afa4da470e86b4e87c87ae6 (patch)
tree00993908914cf11dcf598df83a19e81680d6771b /src/integration-tests/Makefile.am
parent0b30ad775e6f62d8fcbd0523f4fe0fc8197db7e5 (diff)
downloadgnunet-2d4b48f0de0375545afa4da470e86b4e87c87ae6.tar.gz
gnunet-2d4b48f0de0375545afa4da470e86b4e87c87ae6.zip
re-adding clique test, works on my system despite no changes
Diffstat (limited to 'src/integration-tests/Makefile.am')
-rw-r--r--src/integration-tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am
index 12128f5bd..368980064 100644
--- a/src/integration-tests/Makefile.am
+++ b/src/integration-tests/Makefile.am
@@ -20,8 +20,8 @@ check_SCRIPTS = \
20 test_integration_disconnect.py \ 20 test_integration_disconnect.py \
21 test_integration_disconnect_nat.py \ 21 test_integration_disconnect_nat.py \
22 test_integration_reconnect.py \ 22 test_integration_reconnect.py \
23 test_integration_reconnect_nat.py 23 test_integration_reconnect_nat.py \
24# test_integration_clique.py 24 test_integration_clique.py
25endif 25endif
26 26
27 27