Added stubbed implementations

This commit is contained in:
James Booth
2014-12-23 19:26:45 +00:00
parent 9d94ac5c63
commit 5be9ac3243
12 changed files with 769 additions and 33 deletions

4
tests/ui/stub_ui.h Normal file
View File

@@ -0,0 +1,4 @@
#include <glib.h>
void expect_cons_show(char *expected);
void reset_ui_mocks(void);