fix error code.

This commit is contained in:
xiao-77 2024-12-30 17:49:25 +08:00
parent bc95f82373
commit 1934376b84
1 changed files with 19 additions and 0 deletions

View File

@ -2298,4 +2298,23 @@ TEST(functionsTest, internalFunc) {
#endif
int main(int argc, char** argv) {
taosSeedRand(taosGetTimestampSec());
mptInit();
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
#pragma GCC diagnosti