summaryrefslogtreecommitdiff
path: root/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests.h')
-rw-r--r--tests.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests.h b/tests.h
new file mode 100644
index 0000000..65e82d5
--- /dev/null
+++ b/tests.h
@@ -0,0 +1,7 @@
+#ifndef TEST_H
+#define TEST_H
+
+void test_LR();
+void run_tests();
+
+#endif