aboutsummaryrefslogtreecommitdiffstats
path: root/test-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'test-common.h')
-rw-r--r--test-common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-common.h b/test-common.h
new file mode 100644
index 0000000..150a9e0
--- /dev/null
+++ b/test-common.h
@@ -0,0 +1,7 @@
+/* See LICENSE file for copyright and license details. */
+#include "libgeome.h"
+
+#include <stdio.h>
+
+void test_common_init(struct libgeome_context *ctx_out, struct libgeome_data *data_out, const char *procname);
+void test_common_print(struct libgeome_data *data);