aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
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}