add mainTest

This commit is contained in:
lyon 2021-08-03 16:34:44 +08:00
parent a73722e254
commit 6e94440058
2 changed files with 15 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*CMakeLists.txt

View File

@ -0,0 +1,14 @@
#include "test_mimiCore.h"
extern "C"
{
#include "dataMemory.h"
}
extern DMEM_STATE DMEMS;
extern int error_num;
extern int memory_warnning_num;
int main()
{
test_mimiCore(0);
}