aboutsummaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
new file mode 100644
index 0000000..a6524bc
--- /dev/null
+++ b/test/test.h
@@ -0,0 +1,10 @@
+#ifndef TEST_H
+#define TEST_H
+
+#include "../gst/info.h"
+
+#define TEST_VERBOSE 1
+
+int test_run (infos *info);
+
+#endif \ No newline at end of file