aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-11-05 01:52:19 +0000
committerBart Polot <bart@net.in.tum.de>2011-11-05 01:52:19 +0000
commit13dd29b19c5d0d30901444a358f3331a76b3da5c (patch)
treeb957109968c4546861a60b009846512f02849200 /src/mesh/Makefile.am
parent1a0cfe2842a5d86eb8675b5c4c608d912b362154 (diff)
downloadgnunet-13dd29b19c5d0d30901444a358f3331a76b3da5c.tar.gz
gnunet-13dd29b19c5d0d30901444a358f3331a76b3da5c.zip
Added testcase, fixed naming
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index d63649ad6..d40e556c8 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -121,10 +121,10 @@ test_mesh_small_multicast_DEPENDENCIES = \
121 121
122 122
123if ENABLE_TEST_RUN 123if ENABLE_TEST_RUN
124TESTS = test_mesh_api test_mesh_tree_api test_mesh_local_1 test_mesh_local_2 test_mesh_small_unicast test_mesh_small_multicast 124TESTS = test_mesh_api test_mesh_tree_api test_mesh_local_1 test_mesh_local_2 test_mesh_2dtorus test_mesh_small_unicast test_mesh_small_multicast
125endif 125endif
126 126
127EXTRA_DIST = \ 127EXTRA_DIST = \
128 test_mesh.conf \ 128 test_mesh.conf \
129 test_mesh_path.conf \ 129 test_mesh_2dtorus.conf \
130 test_mesh_small.conf \ No newline at end of file 130 test_mesh_small.conf \ No newline at end of file