commit | d38ac30239ea15c0323d2e42f5a28756d8bedab8 | [log] [tgz] |
---|---|---|
author | Joshua Duong <[email protected]> | Wed Jun 01 10:50:21 2022 -0700 |
committer | Joshua Duong <[email protected]> | Tue Jun 14 10:27:26 2022 -0700 |
tree | 228f1ebb961026995244eef467f0df7024d8ed33 | |
parent | 1fc57b74b4cb652ead9e5bce5a270ef973734ba4 [diff] [blame] |
Inject agents for GL tests. Otherwise, aemu-gfxstream tests will crash. Bug: 224794781 Test: presubmit Change-Id: Ib80a1ca1ac46b4ccfbf1949d42c02e1068fe8889
diff --git a/stream-servers/tests/OpenGLTestContext.h b/stream-servers/tests/OpenGLTestContext.h index 1d7697e..756307a 100644 --- a/stream-servers/tests/OpenGLTestContext.h +++ b/stream-servers/tests/OpenGLTestContext.h
@@ -43,6 +43,7 @@ class GLTest : public ::testing::Test { protected: + static void SetUpTestSuite(); virtual void SetUp(); virtual void TearDown();