Add a simple unit test for widget_add_from_file()

This commit is contained in:
Pim van Pelt
2017-11-26 11:28:09 +01:00
parent b005dd8a26
commit 6985b30dc2
8 changed files with 854 additions and 8 deletions

12
unittest/mgos.h Normal file
View 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