aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-helper.h')
-rw-r--r--tests/test-helper.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/test-helper.h b/tests/test-helper.h
new file mode 100644
index 000000000..a2a69b764
--- /dev/null
+++ b/tests/test-helper.h
@@ -0,0 +1,9 @@
+#ifndef __TEST_HELPER_H__
+#define __TEST_HELPER_H__
+
+void test_init (int argc,
+ char **argv);
+
+void test_deinit (void);
+
+#endif