mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Fix] (...): Skip external libraries loading for MG_Test and MG_Bench.
This commit is contained in:
@@ -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 {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user