summaryrefslogtreecommitdiff
path: root/experimental/tectonics/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tectonics/tests.h')
-rw-r--r--experimental/tectonics/tests.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/experimental/tectonics/tests.h b/experimental/tectonics/tests.h
new file mode 100644
index 0000000..c49c46f
--- /dev/null
+++ b/experimental/tectonics/tests.h
@@ -0,0 +1,9 @@
+#ifndef TESTS_H
+#define TESTS_H
+
+void quadtree_tests();
+
+#define RUN_TESTS() \
+ mu_run_suite(quadtree_tests);
+
+#endif