Simplified expect tests

This commit is contained in:
James Booth
2015-05-27 01:06:17 +01:00
parent 7507e4ecfa
commit db9376d82b
5 changed files with 104 additions and 110 deletions

View File

@@ -7,4 +7,8 @@
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