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

Unified Diff: mojo/tools/get_test_list.py

Issue 2104183002: Rationalize mojo_public_*tests targets. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: moar Created 4 years, 6 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
« no previous file with comments | « mojo/tools/data/unittests ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/get_test_list.py
diff --git a/mojo/tools/get_test_list.py b/mojo/tools/get_test_list.py
index 1ad8467c52de8f96fc953a21afaafcb84ca3099d..c7c3b1f7f2643d63c7f1381f9f073b017e3131de 100755
--- a/mojo/tools/get_test_list.py
+++ b/mojo/tools/get_test_list.py
@@ -215,8 +215,8 @@ def GetTestList(config, verbose_count=0):
bot_name = "linux_%s" % ("debug" if config.is_debug else "release")
if target_os == Config.OS_LINUX and ShouldRunTest(Config.TEST_TYPE_PERF):
- test_names = ["mojo_public_system_perftests",
- "mojo_public_bindings_perftests",
+ test_names = ["mojo_public_c_system_perftests",
+ "mojo_public_cpp_bindings_perftests",
"mojo_edk_system_perftests"]
for test_name in test_names:
« no previous file with comments | « mojo/tools/data/unittests ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698