about summary refs log tree commit diff stats
path: root/stabbertests/proftest.h
diff options
context:
space:
mode:
Diffstat (limited to 'stabbertests/proftest.h')
-rw-r--r--stabbertests/proftest.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/stabbertests/proftest.h b/stabbertests/proftest.h
index 7d95db93..da573821 100644
--- a/stabbertests/proftest.h
+++ b/stabbertests/proftest.h
@@ -1,8 +1,11 @@
 #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_process_xmpp(int loops);
 
-#endif
\ No newline at end of file
+#endif