aboutsummaryrefslogtreecommitdiff
path: root/Converter/includes/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'Converter/includes/test.h')
-rw-r--r--Converter/includes/test.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Converter/includes/test.h b/Converter/includes/test.h
new file mode 100644
index 0000000..372e6e8
--- /dev/null
+++ b/Converter/includes/test.h
@@ -0,0 +1,8 @@
+#ifndef __TEST_H_
+#define __TEST_H_
+
+// Test methods to run
+
+void test_header_depths(void);
+
+#endif // __TEST_H_