Index: build/android/buildbot/bb_device_steps.py |
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py |
index 53646e366eebca9a0a7c4d6f382c09a02b4510ee..b9a9937e1db33937689c93f99028193380f2d760 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -100,6 +100,7 @@ VALID_TESTS = set([ |
'chrome_proxy', |
'components_browsertests', |
'gfx_unittests', |
+ 'gl_unittests', |
'gpu', |
'python_unittests', |
'telemetry_unittests', |
@@ -585,6 +586,8 @@ def GetTestStepCmds(): |
lambda options: RunTestSuites(options, ['components_browsertests'])), |
('gfx_unittests', |
lambda options: RunTestSuites(options, ['gfx_unittests'])), |
+ ('gl_unittests', |
+ lambda options: RunTestSuites(options, ['gl_unittests'])), |
('gpu', RunGPUTests), |
('python_unittests', RunPythonUnitTests), |
('telemetry_unittests', RunTelemetryUnitTests), |