Renamed stabbertests -> functionaltests

This commit is contained in:
James Booth
2015-05-28 18:56:16 +01:00
parent 6d6bb64588
commit e919445231
7 changed files with 12 additions and 11 deletions

View File

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