Commit 3b50a1c7 authored by gman@chromium.org's avatar gman@chromium.org

add gpu unit tests to chrome_tests.py

TEST=ran gpu tests through chrome_tests
BUG=none


Review URL: http://codereview.chromium.org/7595002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95827 0039d316-1c4b-4281-b951-d872f2087c98
parent d3880973
......@@ -222,6 +222,9 @@ class ChromeTests:
def TestGfx(self):
return self.SimpleTest("chrome", "gfx_unittests")
def TestGPU(self):
return self.SimpleTest("gpu", "gpu_unittests")
def TestGURL(self):
return self.SimpleTest("chrome", "googleurl_unittests")
......@@ -440,6 +443,7 @@ class ChromeTests:
"sql": TestSql, "sql_unittests": TestSql,
"ui_unit": TestUIUnit, "ui_unittests": TestUIUnit,
"gfx": TestGfx, "gfx_unittests": TestGfx,
"gpu": TestGPU, "gpu_unittests": TestGPU,
"views": TestViews, "views_unittests": TestViews,
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment