Add unit tests for buttons / relays; and a bunch of mocks :)

This commit is contained in:
Pim van Pelt
2017-12-20 17:32:28 +01:00
parent 1cbd2130db
commit 4b4642416f
12 changed files with 6304 additions and 3 deletions

View File

@ -23,5 +23,7 @@ extern int assert_count;
int test_widget(void);
int test_widget_mqtt(void);
int test_screen(void);
int test_buttons(void);
int test_relays(void);
#endif // __TEST_H