mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
12 lines
313 B
C
12 lines
313 B
C
// #include "gtest/gtest.h"
|
|
// extern "C" {
|
|
// #include "dataMemory.h"
|
|
// #include "pikaScript.h"
|
|
// }
|
|
// extern PikaMemInfo pikaMemInfo;
|
|
// TEST(pikaMain, init) {
|
|
// pikaMemInfo.heapUsedMax = 0;
|
|
// PikaObj* pikaMain = pikaScriptInit();
|
|
// obj_deinit(pikaMain);
|
|
// EXPECT_EQ(pikaMemNow(), 0);
|
|
// }
|