diff options
| author | Igor Murashkin <iam@google.com> | 2015-01-26 10:55:53 -0800 |
|---|---|---|
| committer | Igor Murashkin <iam@google.com> | 2015-02-04 13:29:19 -0800 |
| commit | aaebaa0121be3b9d9f13630585304482cbcaeb4b (patch) | |
| tree | 0f47257e497fdf920c8d703d2d00adab53934a76 /build/Android.gtest.mk | |
| parent | babecc483276b46d84cb83d4f01e577228827305 (diff) | |
| download | art-aaebaa0121be3b9d9f13630585304482cbcaeb4b.tar.gz art-aaebaa0121be3b9d9f13630585304482cbcaeb4b.tar.bz2 art-aaebaa0121be3b9d9f13630585304482cbcaeb4b.zip | |
art: Refactor RuntimeOptions/ParsedOptions
Refactor the RuntimeOptions to be a
type-safe map (VariantMap, see runtime_options.h) and the ParsedOptions
to delegate the parsing to CmdlineParser (see cmdline/cmdline_parser.h).
This is the start of a command line parsing refactor, and may include
more in the future (dex2oat, patchoat, etc).
For more details of the command line parsing generator usage see cmdline/README.md
Change-Id: Ic67c6bca5e1f33bf2ec60e2e3ff8c366bab91563
Diffstat (limited to 'build/Android.gtest.mk')
| -rw-r--r-- | build/Android.gtest.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk index b4eb0c0160..06d258de80 100644 --- a/build/Android.gtest.mk +++ b/build/Android.gtest.mk @@ -81,6 +81,7 @@ ART_GTEST_imgdiag_test_TARGET_DEPS := \ LOCAL_PATH := art RUNTIME_GTEST_COMMON_SRC_FILES := \ + cmdline/cmdline_parser_test.cc \ imgdiag/imgdiag_test.cc \ runtime/arch/arch_test.cc \ runtime/arch/instruction_set_test.cc \ @@ -103,6 +104,7 @@ RUNTIME_GTEST_COMMON_SRC_FILES := \ runtime/base/scoped_flock_test.cc \ runtime/base/stringprintf_test.cc \ runtime/base/timing_logger_test.cc \ + runtime/base/variant_map_test.cc \ runtime/base/unix_file/fd_file_test.cc \ runtime/class_linker_test.cc \ runtime/dex_file_test.cc \ |
