| Index: mojo/tools/mojob.sh
|
| diff --git a/mojo/tools/mojob.sh b/mojo/tools/mojob.sh
|
| index 81c4466eebb8d73945e8565f68a6c44eaeb3c2ba..2f72092d1bdde426de45c0c606cf55c0927098d6 100755
|
| --- a/mojo/tools/mojob.sh
|
| +++ b/mojo/tools/mojob.sh
|
| @@ -48,6 +48,7 @@ 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
|
|
|