Add a simple unit test for widget_add_from_file()
This commit is contained in:
12
unittest/mgos.h
Normal file
12
unittest/mgos.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef __MGOS_H
|
||||
#define __MGOS_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "mgos_mock.h"
|
||||
|
||||
#endif // __MGOS_H
|
Reference in New Issue
Block a user