13 lines
192 B
C
13 lines
192 B
C
#ifndef __TEST_H
|
|
#define __TEST_H
|
|
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include "frozen/frozen.h"
|
|
#include "mgos_mock.h"
|
|
|
|
int test_widget(void);
|
|
int test_screen(void);
|
|
|
|
#endif // __TEST_H
|