about summary refs log tree commit diff stats
path: root/testsuite.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite.c')
-rw-r--r--testsuite.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite.c b/testsuite.c
new file mode 100644
index 00000000..af9b6c73
--- /dev/null
+++ b/testsuite.c
@@ -0,0 +1,9 @@
+#include <head-unit.h>
+#include "testsuite.h"
+
+int main(void)
+{
+    register_history_tests();
+    run_suite();
+    return 0;
+}