summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorr.kasibhatla@samsung.com <r.kasibhatla@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 20:03:01 +0000
committerr.kasibhatla@samsung.com <r.kasibhatla@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 20:03:01 +0000
commit04dc62435d46db18f4345f16b020060b7d2fe84b (patch)
treeb9091f46b80bae824b00ceee49a4aae4cceac433 /build
parentcde9802690b510d22ca1532f837cea58b9a18961 (diff)
downloadchromium_src-04dc62435d46db18f4345f16b020060b7d2fe84b.zip
chromium_src-04dc62435d46db18f4345f16b020060b7d2fe84b.tar.gz
chromium_src-04dc62435d46db18f4345f16b020060b7d2fe84b.tar.bz2
[Android]: add content_gl_tests to test_runner.py gtest suite.
Adding the content_gl_tests unit tests to the gtest suite list supported by test_runner.py for Android platform. BUG=none R=bulach TEST= Command to execute the content_gl_tests on Android: path/to/build/android/test_runner.py gtest -s content_gl_tests <--gtest_filter=[TestFilter]> Review URL: https://codereview.chromium.org/140623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245299 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/android/pylib/gtest/gtest_config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/android/pylib/gtest/gtest_config.py b/build/android/pylib/gtest/gtest_config.py
index 1365cc9..143bbe5 100644
--- a/build/android/pylib/gtest/gtest_config.py
+++ b/build/android/pylib/gtest/gtest_config.py
@@ -7,6 +7,7 @@
# Add new suites here before upgrading them to the stable list below.
EXPERIMENTAL_TEST_SUITES = [
'content_browsertests',
+ 'content_gl_tests',
]
# Do not modify this list without approval of an android owner.