aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-04 15:04:16 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-04 15:04:16 +0000
commitdc176519254fa2d58ea1526421ffbcc7c295b24d (patch)
treefed1c506df6b20bcf433c11108f58a6af7164fa3
parent25ce95a7d4aa7f83346424c990c0f6316417e83d (diff)
downloadgnunet-dc176519254fa2d58ea1526421ffbcc7c295b24d.tar.gz
gnunet-dc176519254fa2d58ea1526421ffbcc7c295b24d.zip
Enabled DHT testcase, added unicast testcase
-rw-r--r--src/mesh/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index ad91ad16c..3623a48ad 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -110,7 +110,7 @@ test_mesh_small_unicast_DEPENDENCIES = \
110 110
111if ENABLE_TEST_RUN 111if ENABLE_TEST_RUN
112if HAVE_EXPERIMENTAL 112if HAVE_EXPERIMENTAL
113TESTS = test_mesh_api test_mesh_path_api test_mesh_local_1 113TESTS = test_mesh_api test_mesh_path_api test_mesh_local_1 test_mesh_local_2 test_mesh_small_unicast
114endif 114endif
115endif 115endif
116 116