mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 16:46:21 +00:00
Added stabber testsuite
This commit is contained in:
6
stabbertests/ui/stub_ui.h
Normal file
6
stabbertests/ui/stub_ui.h
Normal file
@@ -0,0 +1,6 @@
|
||||
void expect_cons_show(char *expected);
|
||||
void expect_any_cons_show(void);
|
||||
void expect_cons_show_error(char *expected);
|
||||
void expect_any_cons_show_error(void);
|
||||
void expect_ui_current_print_line(char *message);
|
||||
void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message);
|
||||
Reference in New Issue
Block a user