aboutsummaryrefslogtreecommitdiff
path: root/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests.h')
-rw-r--r--tests.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests.h b/tests.h
new file mode 100644
index 0000000..96b8357
--- /dev/null
+++ b/tests.h
@@ -0,0 +1,8 @@
+#ifndef TESTS_H_
+#define TESTS_H_
+
+unsigned int run_tests(
+ void (*on_fail)(const char * const, const uint8_t *, const uint8_t *)
+);
+
+#endif /* TESTS_H_ */