Chromium Code Reviews| Index: catapult_build/build_steps.py |
| diff --git a/catapult_build/build_steps.py b/catapult_build/build_steps.py |
| index 4b1c8b4ed0e0ceaa381f1907668d0d4c5ad54d2e..fbd5a2b8d37ac73fed24bdb93b6a982457d6d5ae 100644 |
| --- a/catapult_build/build_steps.py |
| +++ b/catapult_build/build_steps.py |
| @@ -157,6 +157,10 @@ _CATAPULT_TESTS = [ |
| 'name': 'Vinn Tests', |
| 'path': 'third_party/vinn/run_test', |
| }, |
| + { |
| + 'name': 'BattOr Smoke Tests', |
|
nednguyen
2016/04/26 02:28:04
For the quicker turnaround & alphabetical. I would
rnephew (Reviews Here)
2016/04/26 03:43:55
Done.
|
| + 'path': 'common/battor/battor/battor_wrapper_devicetest.py', |
| + }, |
| ] |