Mostly empty unit tests -- added mgos_mock to be able to run unit tests on x86_64
This commit is contained in:
12
unittest/test.h
Normal file
12
unittest/test.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef __TEST_H
|
||||
#define __TEST_H
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "frozen.h"
|
||||
#include "mgos_mock.h"
|
||||
|
||||
int test_widget(void);
|
||||
int test_screen(void);
|
||||
|
||||
#endif // __TEST_H
|
Reference in New Issue
Block a user