From 815d5e5304a5b57db64d6829813a14e464d5c55f Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Mon, 4 Mar 2019 10:18:31 +0000 Subject: Refactor compiler tests around CompilerDriver. Introduce CommonCompilerDriverTest and inherit that in tests that need to use CompilerDriver. This is in preparation for moving the CompilerDriver to dex2oat/. Test: m test-art-host-gtest Change-Id: I46cf0bc1df4327569eef5526eeab0781473173a1 --- compiler/driver/compiler_options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/driver/compiler_options.h') diff --git a/compiler/driver/compiler_options.h b/compiler/driver/compiler_options.h index 25d7b36571..5908b87d3c 100644 --- a/compiler/driver/compiler_options.h +++ b/compiler/driver/compiler_options.h @@ -463,6 +463,7 @@ class CompilerOptions final { friend class Dex2Oat; friend class DexToDexDecompilerTest; + friend class CommonCompilerDriverTest; friend class CommonCompilerTest; friend class jit::JitCompiler; friend class verifier::VerifierDepsTest; -- cgit v1.2.3-59-g8ed1b