diff options
author | Vladimir Marko <vmarko@google.com> | 2019-03-04 10:18:31 +0000 |
---|---|---|
committer | Vladimir Marko <vmarko@google.com> | 2019-03-05 12:37:30 +0000 |
commit | 815d5e5304a5b57db64d6829813a14e464d5c55f (patch) | |
tree | 7fac4adffcda366f4ee252e233828ebf2361f2b0 /compiler/driver/compiler_options.h | |
parent | b1b2ca97651b1993e0a00a4543209419afbc6e64 (diff) |
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
Diffstat (limited to 'compiler/driver/compiler_options.h')
-rw-r--r-- | compiler/driver/compiler_options.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |