| Index: catapult_build/build_steps.py
|
| diff --git a/catapult_build/build_steps.py b/catapult_build/build_steps.py
|
| index 4b1c8b4ed0e0ceaa381f1907668d0d4c5ad54d2e..42feb11e0c997be1d9c82a7b53da3a94fc2a29a1 100644
|
| --- a/catapult_build/build_steps.py
|
| +++ b/catapult_build/build_steps.py
|
| @@ -24,6 +24,10 @@ import sys
|
| # github.com/luci/recipes-py/blob/master/recipe_modules/generator_script/api.py
|
| _CATAPULT_TESTS = [
|
| {
|
| + 'name': 'BattOr Smoke Tests',
|
| + 'path': 'common/battor/battor/battor_wrapper_devicetest.py',
|
| + },
|
| + {
|
| 'name': 'Build Python Tests',
|
| 'path': 'catapult_build/bin/run_py_tests',
|
| },
|
|
|