Mostly empty unit tests -- added mgos_mock to be able to run unit tests on x86_64
This commit is contained in:
8
unittest/main.c
Normal file
8
unittest/main.c
Normal file
@ -0,0 +1,8 @@
|
||||
#include "test.h"
|
||||
|
||||
int main() {
|
||||
LOG(LL_INFO, ("test_widget"));
|
||||
test_widget();
|
||||
test_screen();
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user