| Index: mojo/tools/run_mojo_python_tests.py
|
| diff --git a/mojo/tools/run_mojo_python_tests.py b/mojo/tools/run_mojo_python_tests.py
|
| index d18baf4f6efa4ff9af10908eac357444f704f50b..9328fe8189c9b64de52f6541519221a3d37e7aaa 100755
|
| --- a/mojo/tools/run_mojo_python_tests.py
|
| +++ b/mojo/tools/run_mojo_python_tests.py
|
| @@ -16,7 +16,8 @@ def main():
|
| # Tests of "mopy" python tools code.
|
| os.path.join('mojo', 'tools', 'mopy'),
|
| # Tests of python code in devtools.
|
| - os.path.join('mojo', 'devtools', 'common', 'devtoolslib')
|
| + os.path.join('mojo', 'devtools', 'common', 'devtoolslib'),
|
| + os.path.join('mojo', 'devtools', 'common', 'android_stack_parser')
|
| ]
|
|
|
| for test_dir in test_dir_list:
|
|
|