| Index: build/android/PRESUBMIT.py
|
| diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
|
| index f226b37edc38ab57226b4423492963ba1c00d352..7bce71b8f7b0c3a5594e950d759ec0bd17dd9bda 100644
|
| --- a/build/android/PRESUBMIT.py
|
| +++ b/build/android/PRESUBMIT.py
|
| @@ -64,6 +64,7 @@ def CommonChecks(input_api, output_api):
|
| J('pylib', 'device', 'device_utils_test.py'),
|
| J('pylib', 'gtest', 'test_package_test.py'),
|
| J('pylib', 'instrumentation', 'test_runner_test.py'),
|
| + J('pylib', 'results', 'json_results_test.py'),
|
| J('pylib', 'utils', 'md5sum_test.py'),
|
| ],
|
| env=pylib_test_env))
|
|
|