From: Bart Polot Date: Fri, 6 May 2011 02:00:07 +0000 (+0000) Subject: Added mesh mockup test X-Git-Tag: initial-import-from-subversion-38251~18533 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0bc04c3620079f20dfe1fdb42a6cb56a6013045b;p=oweals%2Fgnunet.git Added mesh mockup test --- 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 = \ 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 index 000000000..63a62a1e1 --- /dev/null +++ b/src/mesh/test_mesh_api.c @@ -0,0 +1,3 @@ +int main (int argc, char *argv[]) { + return 0; +}