aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-05-06 02:00:07 +0000
committerBart Polot <bart@net.in.tum.de>2011-05-06 02:00:07 +0000
commit0bc04c3620079f20dfe1fdb42a6cb56a6013045b (patch)
tree297165d48e1a0b74a19181e9d8efb41052a0943b /src/mesh
parent3252ddd73ea1639aba2159e7cc91681730470cbf (diff)
downloadgnunet-0bc04c3620079f20dfe1fdb42a6cb56a6013045b.tar.gz
gnunet-0bc04c3620079f20dfe1fdb42a6cb56a6013045b.zip
Added mesh mockup test
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/Makefile.am1
-rw-r--r--src/mesh/test_mesh_api.c3
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 902ed95f9..c13561192 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -55,3 +55,4 @@ test_mesh_api_LDADD = \
55test_mesh_api_DEPENDENCIES = \ 55test_mesh_api_DEPENDENCIES = \
56 libgnunetmeshnew.la 56 libgnunetmeshnew.la
57 57
58TESTS = test_mesh_api \ No newline at end of file
diff --git a/src/mesh/test_mesh_api.c b/src/mesh/test_mesh_api.c
new file mode 100644
index 000000000..63a62a1e1
--- /dev/null
+++ b/src/mesh/test_mesh_api.c
@@ -0,0 +1,3 @@
1int main (int argc, char *argv[]) {
2 return 0;
3}