aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-19 09:44:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-19 09:44:20 +0000
commitac63e76767c2349a081287ef26201e6f15ae096a (patch)
treed151b81811baea8c491f9ca51d3d37025e211521 /src/mesh/Makefile.am
parentad1b129bbcd973f1c151c5a0b77dd31543fa74d8 (diff)
downloadgnunet-ac63e76767c2349a081287ef26201e6f15ae096a.tar.gz
gnunet-ac63e76767c2349a081287ef26201e6f15ae096a.zip
limit mesh tests -- mark as experimental
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 7e3f333be..2bceab812 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -86,8 +86,10 @@ test_mesh_small_DEPENDENCIES = \
86 libgnunetmeshnew.la 86 libgnunetmeshnew.la
87 87
88if ENABLE_TEST_RUN 88if ENABLE_TEST_RUN
89if HAVE_EXPERIMENTAL
89TESTS = test_mesh_api test_mesh_local_1 test_mesh_local_2 90TESTS = test_mesh_api test_mesh_local_1 test_mesh_local_2
90endif 91endif
92endif
91 93
92EXTRA_DIST = \ 94EXTRA_DIST = \
93 test_mesh.conf \ No newline at end of file 95 test_mesh.conf \ No newline at end of file