summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/chrome_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/valgrind/chrome_tests.py')
-rwxr-xr-xtools/valgrind/chrome_tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
index b448715..75f2c8d 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -235,6 +235,9 @@ class ChromeTests:
def TestMedia(self):
return self.SimpleTest("chrome", "media_unittests")
+ def TestNotifier(self):
+ return self.SimpleTest("chrome", "notifier_unit_tests")
+
def TestPrinting(self):
return self.SimpleTest("chrome", "printing_unittests")
@@ -394,6 +397,7 @@ class ChromeTests:
"layout": TestLayout, "layout_tests": TestLayout,
"media": TestMedia, "media_unittests": TestMedia,
"net": TestNet, "net_unittests": TestNet,
+ "notifier": TestNotifier, "notifier_unittests": TestNotifier,
"printing": TestPrinting, "printing_unittests": TestPrinting,
"remoting": TestRemoting, "remoting_unittests": TestRemoting,
"startup": TestStartup, "startup_tests": TestStartup,