feat(test) first experiement with Unity test engine
This commit is contained in:
19
tests/lv_test_init.h
Normal file
19
tests/lv_test_init.h
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
#ifndef LV_TEST_INIT_H
|
||||
#define LV_TEST_INIT_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
void lv_test_init(void);
|
||||
void lv_test_deinit(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /*extern "C"*/
|
||||
#endif
|
||||
|
||||
#endif /*LV_TEST_INIT_H*/
|
||||
|
||||
Reference in New Issue
Block a user