| Index: mojo/tools/mojob.sh
|
| diff --git a/mojo/tools/mojob.sh b/mojo/tools/mojob.sh
|
| index 7d887e703fa4c7130733050bdb191b1037296863..7cf4066a93030761488b603caff543ea3f4ca5df 100755
|
| --- a/mojo/tools/mojob.sh
|
| +++ b/mojo/tools/mojob.sh
|
| @@ -50,15 +50,8 @@ do_build() {
|
|
|
| do_unittests() {
|
| echo "Running unit tests in out/$1 ..."
|
| - "out/$1/mojo_common_unittests" || exit 1
|
| - "out/$1/mojo_apps_js_unittests" || exit 1
|
| - "out/$1/mojo_js_unittests" || exit 1
|
| - "out/$1/mojo_public_bindings_unittests" || exit 1
|
| - "out/$1/mojo_public_environment_unittests" || exit 1
|
| - "out/$1/mojo_public_system_unittests" || exit 1
|
| - "out/$1/mojo_public_utility_unittests" || exit 1
|
| - "out/$1/mojo_service_manager_unittests" || exit 1
|
| - "out/$1/mojo_system_unittests" || exit 1
|
| + mojo/tools/test_runner.py mojo/tools/data/unittests "out/$1" \
|
| + mojob_test_successes || exit 1
|
| }
|
|
|
| do_perftests() {
|
|
|