Added mesh mockup test
authorBart Polot <bart@net.in.tum.de>
Fri, 6 May 2011 02:00:07 +0000 (02:00 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 6 May 2011 02:00:07 +0000 (02:00 +0000)
src/mesh/Makefile.am
src/mesh/test_mesh_api.c [new file with mode: 0644]

index 902ed95f94da28e3738e640e37a2811f66840fff..c1356119289bffbdc86853b9b982ea387979e800 100644 (file)
@@ -55,3 +55,4 @@ test_mesh_api_LDADD = \
 test_mesh_api_DEPENDENCIES = \
   libgnunetmeshnew.la
 
+TESTS = 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 (file)
index 0000000..63a62a1
--- /dev/null
@@ -0,0 +1,3 @@
+int main (int argc, char *argv[]) {
+  return 0;
+}