diff options
author | Andreas Gampe <agampe@google.com> | 2019-04-10 15:21:18 -0700 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2019-04-11 16:26:14 -0700 |
commit | 8710df5fae36cd5a9a549db8729742a4fc4420a7 (patch) | |
tree | f31264a37a730e047c676aee709b7156e93ac853 /config/TEST_MAPPING | |
parent | 0ebe724fc1cad8fdf88d0c4e79bf96c5f52149d2 (diff) |
Preload: Add a simple test for the state of classes
Use app_process and reflection to find the class state.
This is expected to break when internals change, so include a test
for expectations.
Bug: 130206915
Test: atest PreloadCheck
Change-Id: I7ecdb88a19efcfcfa1c7aa5c7e67d1990306166e
Diffstat (limited to 'config/TEST_MAPPING')
-rw-r--r-- | config/TEST_MAPPING | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/TEST_MAPPING b/config/TEST_MAPPING new file mode 100644 index 000000000000..d09805ec08b6 --- /dev/null +++ b/config/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "PreloadCheck" + } + ] +} |