| Index: catapult_build/build_steps.py
|
| diff --git a/catapult_build/build_steps.py b/catapult_build/build_steps.py
|
| index 42feb11e0c997be1d9c82a7b53da3a94fc2a29a1..af66aa2bc1365889a4efda7fd266daa603792a4a 100644
|
| --- a/catapult_build/build_steps.py
|
| +++ b/catapult_build/build_steps.py
|
| @@ -28,6 +28,10 @@ _CATAPULT_TESTS = [
|
| 'path': 'common/battor/battor/battor_wrapper_devicetest.py',
|
| },
|
| {
|
| + 'name': 'BattOr Unit Tests',
|
| + 'path': 'common/battor/bin/run_py_tests',
|
| + },
|
| + {
|
| 'name': 'Build Python Tests',
|
| 'path': 'catapult_build/bin/run_py_tests',
|
| },
|
|
|