about summary refs log tree commit diff stats
path: root/functionaltests/proftest.h
diff options
context:
space:
mode:
Diffstat (limited to 'functionaltests/proftest.h')
-rw-r--r--functionaltests/proftest.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/functionaltests/proftest.h b/functionaltests/proftest.h
new file mode 100644
index 00000000..73e3680e
--- /dev/null
+++ b/functionaltests/proftest.h
@@ -0,0 +1,14 @@
+#ifndef __H_PROFTEST
+#define __H_PROFTEST
+
+#define XDG_CONFIG_HOME "./stabbertests/files/xdg_config_home"
+#define XDG_DATA_HOME   "./stabbertests/files/xdg_data_home"
+
+void init_prof_test(void **state);
+void close_prof_test(void **state);
+
+void prof_start(void);
+void prof_input(char *input);
+int prof_output(char *text);
+
+#endif