summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler_test.h
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2020-06-25 15:23:15 +0100
committer David Srbecky <dsrbecky@google.com> 2020-06-26 17:14:57 +0000
commit22872da653053bb4b86fbef67163a9f6b7aee25b (patch)
tree5355ac349eeb15165c6db0c17e93f1286c52a3d4 /compiler/utils/assembler_test.h
parent11303f2983bf2ef8d55870afcd0d5937f0778753 (diff)
Support running of host gtests in eng-prod
Add more libraries and tools to the shared ART directory in testcases. Change the tests environment setup, so that it can find the tools. Vast majority of tests pass. Some individual tests still need fixing. Bug: 147817558 Test: run gtests in forrest Change-Id: I3214f532436828c2a1a5a543e69d6b9bcf1e42af
Diffstat (limited to 'compiler/utils/assembler_test.h')
-rw-r--r--compiler/utils/assembler_test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/utils/assembler_test.h b/compiler/utils/assembler_test.h
index 9e23d11116..268befba3b 100644
--- a/compiler/utils/assembler_test.h
+++ b/compiler/utils/assembler_test.h
@@ -738,6 +738,7 @@ class AssemblerTest : public testing::Test {
AssemblerTest() {}
void SetUp() override {
+ CommonArtTest::SetUpAndroidRootEnvVars();
allocator_.reset(new ArenaAllocator(&pool_));
assembler_.reset(CreateAssembler(allocator_.get()));
test_helper_.reset(