aboutsummaryrefslogtreecommitdiffstats
path: root/test-common.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-25 21:47:16 +0100
committerMattias Andrée <m@maandree.se>2025-03-25 21:47:16 +0100
commit024cf2f59a7ee23f46140932b7b617f1f3fc1508 (patch)
tree0a2203ffa897b652f75eaefa14ea066774b63b55 /test-common.h
parentreadme: list optional dependencies + update todo (diff)
downloadlibgeome-024cf2f59a7ee23f46140932b7b617f1f3fc1508.tar.gz
libgeome-024cf2f59a7ee23f46140932b7b617f1f3fc1508.tar.bz2
libgeome-024cf2f59a7ee23f46140932b7b617f1f3fc1508.tar.xz
Add tests and some fixes1.0
Signed-off-by: Mattias Andrée <m@maandree.se>
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);