summaryrefslogtreecommitdiff
path: root/module_test/src/gtest_main.cpp
diff options
context:
space:
mode:
authoryangwei <[email protected]>2023-08-02 15:33:40 +0800
committeryangwei <[email protected]>2023-08-02 18:22:12 +0800
commit80d42194f0f8fa69bcddc54d1e241512390cc560 (patch)
treeee7fd076daa65b55b0fce9cf39f8ff9d2f3ba26f /module_test/src/gtest_main.cpp
parentb20f92c420b9a5c623bddc13488f151bb23c2edc (diff)
🧪 test(gtest_sapp_slave_destroy): 更新测试插件inf时,增加destory函数声明
Diffstat (limited to 'module_test/src/gtest_main.cpp')
-rw-r--r--module_test/src/gtest_main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/module_test/src/gtest_main.cpp b/module_test/src/gtest_main.cpp
index a02a208..a3b08e3 100644
--- a/module_test/src/gtest_main.cpp
+++ b/module_test/src/gtest_main.cpp
@@ -2240,7 +2240,8 @@ int main(int argc, char *argv[])
::testing::InitGoogleTest(&to_gtest_argc, to_gtest_args);
::testing::FLAGS_gtest_death_test_style = "fast";
int ret=RUN_ALL_TESTS();
-
+ MESA_destroy_runtime_log_handle(g_sapp_test_log_handle);
+ MESA_handle_runtime_log_destruction();
return ret;
}