From 22872da653053bb4b86fbef67163a9f6b7aee25b Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Thu, 25 Jun 2020 15:23:15 +0100 Subject: 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 --- compiler/utils/assembler_test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/utils/assembler_test.h') 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( -- cgit v1.2.3-59-g8ed1b