[Fix] (...): Skip external libraries loading for MG_Test and MG_Bench.

This commit is contained in:
BZLZHH
2026-01-01 01:33:11 +08:00
parent 3714e275ab
commit da0e326534
10 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ using namespace MobileGL::MG_Impl::GLImpl;
class ProgramTest : public ::testing::Test {
protected:
void SetUp() override { MobileGL::MG_Initialize(); }
void SetUp() override { MobileGL::MG_Initialize(false); }
void TearDown() override {}
};