Chromium Code Reviews| Index: build/android/chrome_profiler/run_tests |
| diff --git a/build/android/chrome_profiler/run_tests b/build/android/chrome_profiler/run_tests |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..2cdce5a69d301dddd6216105df1292e365444ed5 |
| --- /dev/null |
| +++ b/build/android/chrome_profiler/run_tests |
| @@ -0,0 +1,3 @@ |
| +#!/bin/sh |
| +cd $(dirname $0)/.. |
| +exec python -m unittest discover chrome_profiler '*_unittest.py' |