about summary refs log tree commit diff stats
path: root/testsuite.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite.h')
-rw-r--r--testsuite.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite.h b/testsuite.h
new file mode 100644
index 00000000..0e67be19
--- /dev/null
+++ b/testsuite.h
@@ -0,0 +1,6 @@
+#ifndef TESTSUITE_H
+#define TESTSUITE_H
+
+void register_history_tests(void);
+
+#endif