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