Use libexpect in stabber test

This commit is contained in:
James Booth
2015-05-26 23:22:05 +01:00
parent c2fde7c263
commit e2fa67faff
11 changed files with 279 additions and 905 deletions

View File

@@ -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
#endif