| Index: tools/valgrind/chrome_tests.py
|
| diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
|
| index 57df8bbd4be365c66f90fb6b25c175c79128fe6f..458acfd216c5aef99ad2480a93bc3c613ae9873c 100755
|
| --- a/tools/valgrind/chrome_tests.py
|
| +++ b/tools/valgrind/chrome_tests.py
|
| @@ -390,6 +390,9 @@ class ChromeTests:
|
| def TestInstallerUtil(self):
|
| return self.SimpleTest("installer_util", "installer_util_unittests")
|
|
|
| + def TestInstallStatic(self):
|
| + return self.SimpleTest("install_static", "install_static_unittests")
|
| +
|
| def TestJingle(self):
|
| return self.SimpleTest("chrome", "jingle_unittests")
|
|
|
| @@ -678,6 +681,7 @@ class ChromeTests:
|
| "ipc": TestIpc, "ipc_tests": TestIpc,
|
| "installer_util": TestInstallerUtil,
|
| "installer_util_unittests": TestInstallerUtil,
|
| + "install_static_unittests": TestInstallStatic,
|
| "interactive_ui": TestInteractiveUI,
|
| "jingle": TestJingle, "jingle_unittests": TestJingle,
|
| "keyboard": TestKeyboard, "keyboard_unittests": TestKeyboard,
|
|
|