Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3315)

Unified Diff: build/android/pylib/gtest/gtest_config.py

Issue 17466002: Add WebRTC test configurations for Android testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/android/pylib/gtest/gtest_config.py
diff --git a/build/android/pylib/gtest/gtest_config.py b/build/android/pylib/gtest/gtest_config.py
index 892b9df3d2144d9b989e0d1f41f618b058a19de6..13b420f7cca626472c5c03676781ebec4d2750e6 100644
--- a/build/android/pylib/gtest/gtest_config.py
+++ b/build/android/pylib/gtest/gtest_config.py
@@ -38,3 +38,8 @@ STABLE_TEST_SUITES = [
Exe('breakpad_unittests'),
Exe('sandbox_linux_unittests'),
]
+
+WEBRTC_TEST_SUITES = [
Isaac (away) 2013/07/31 21:49:09 Incomplete?
kjellander_chromium 2013/08/05 11:24:03 We wanted to get this up to begin with and add mor
+ # Just a dummy test that always passes for now. More to be added when ready.
+ Apk('simple'),
+]
« build/android/buildbot/bb_device_steps.py ('K') | « build/android/buildbot/bb_run_bot.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698