summaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2021-12-21 20:58:51 -0600
committersanine <sanine.not@pm.me>2021-12-21 20:58:51 -0600
commit1e3ca08048542a29d04ecc2c1dbc0e5ba8421c27 (patch)
tree95e5864e42c2407bad18fc43818119e60c123f85 /tests/tests.h
parentb712a7ac4c6a7a8bb1d81d0adad8f98084b4d2fe (diff)
strip things down in preparation for refactor
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
new file mode 100644
index 0000000..cbe0f02
--- /dev/null
+++ b/tests/tests.h
@@ -0,0 +1,7 @@
+#ifndef LILY_META_TESTS_H
+#define LILY_META_TESTS_H
+
+void run_test(const char *name, const char* (*fp)());
+int validate_message(const char* received, const char* expected,
+ const char* FILE, unsigned int LINE);
+#endif