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

This reverts commit da0e326534.
This commit is contained in:
BZLZHH
2026-01-01 10:49:01 +08:00
parent e298e5be51
commit 876195de80
10 changed files with 13 additions and 18 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(false); }
void SetUp() override { MobileGL::MG_Initialize(); }
void TearDown() override {}
};