mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
add mainTest
This commit is contained in:
parent
a73722e254
commit
6e94440058
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*CMakeLists.txt
|
14
src/test/mainTest/main.cpp
Normal file
14
src/test/mainTest/main.cpp
Normal 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);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user