| Index: build/android/PRESUBMIT.py
|
| diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
|
| index c97194f5ff4571a50e251017bacbb9b07011836d..27a04f96d7887427814d0d1176c0f569b0706309 100644
|
| --- a/build/android/PRESUBMIT.py
|
| +++ b/build/android/PRESUBMIT.py
|
| @@ -48,6 +48,7 @@ def CommonChecks(input_api, output_api):
|
| output_api,
|
| unit_tests=[
|
| J('.', 'emma_coverage_stats_test.py'),
|
| + J('devil', 'android', 'fastboot_utils_test.py'),
|
| J('devil', 'android', 'battery_utils_test.py'),
|
| J('devil', 'android', 'device_utils_test.py'),
|
| J('devil', 'android', 'md5sum_test.py'),
|
|
|