From 0bc04c3620079f20dfe1fdb42a6cb56a6013045b Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 6 May 2011 02:00:07 +0000 Subject: Added mesh mockup test --- src/mesh/Makefile.am | 1 + src/mesh/test_mesh_api.c | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 src/mesh/test_mesh_api.c (limited to 'src/mesh') 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; +} -- cgit v1.2.3