Added initial stabber test

This commit is contained in:
James Booth
2015-05-17 22:05:43 +01:00
parent 97c5072f56
commit 2c5b44421e
13 changed files with 60 additions and 16 deletions

View File

@@ -25,10 +25,19 @@
#include "otr/otr.h"
#endif
#define XDG_CONFIG_HOME "./stabbertests/files/xdg_config_home"
#define XDG_DATA_HOME "./stabbertests/files/xdg_data_home"
void
prof_process_xmpp(void)
{
int i = 0;
while (i < 20) {
jabber_process_events(10);
i++;
}
}
gboolean
_create_dir(char *name)
{