about summary refs log tree commit diff stats
path: root/functionaltests/proftest.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-28 18:56:16 +0100
committerJames Booth <boothj5@gmail.com>2015-05-28 18:56:16 +0100
commite919445231467706eaadaa3bc2483f9a462a4cd3 (patch)
treead7aef3741091c1f236acdabc41e3582a00cc984 /functionaltests/proftest.h
parent6d6bb6458873196f904257cd00a6f2221262783d (diff)
downloadprofani-tty-e919445231467706eaadaa3bc2483f9a462a4cd3.tar.gz
Renamed stabbertests -> functionaltests
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