Index: mojo/tools/mojob.sh |
diff --git a/mojo/tools/mojob.sh b/mojo/tools/mojob.sh |
index 69af1a2d09bf3997268d71e417bfde08e1fee3b4..5d99a6a07a8b2ddc5dbaf4cf2dffd595b01b71a4 100755 |
--- a/mojo/tools/mojob.sh |
+++ b/mojo/tools/mojob.sh |
@@ -47,10 +47,11 @@ do_build() { |
do_unittests() { |
echo "Running unit tests in out/$1 ..." |
- "out/$1/mojo_bindings_unittests" || exit 1 |
"out/$1/mojo_common_unittests" || exit 1 |
"out/$1/mojo_js_unittests" || exit 1 |
- "out/$1/mojo_public_unittests" || exit 1 |
+ "out/$1/mojo_public_bindings_unittests" || exit 1 |
+ "out/$1/mojo_public_system_unittests" || exit 1 |
+ "out/$1/mojo_public_utility_unittests" || exit 1 |
"out/$1/mojo_shell_unittests" || exit 1 |
"out/$1/mojo_system_unittests" || exit 1 |
"out/$1/mojo_utility_unittests" || exit 1 |
@@ -58,7 +59,7 @@ do_unittests() { |
do_perftests() { |
echo "Running perf tests in out/$1 ..." |
- "out/$1/mojo_public_perftests" || exit 1 |
+ "out/$1/mojo_public_system_perftests" || exit 1 |
} |
do_gyp() { |