2022-03-30 11:36:57 +08:00

11 lines
174 B
C

#include "gtest/gtest.h"
extern "C" {
#include "dataMemory.h"
}
int main(int argc, char** argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}