summaryrefslogtreecommitdiff
path: root/tests.h
diff options
context:
space:
mode:
authorJasper2025-08-31 15:47:31 +0200
committerJasper2025-08-31 15:47:31 +0200
commit7d763b5778cfbf81ee420558d13e8acbb66d860a (patch)
treee67fa668944e79526cbdf7b6e8eed6e8d81ebdb6 /tests.h
Initial commit
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