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

Unified Diff: mojo/tools/data/unittests

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/public/cpp/system/tests/macros_unittest.cc ('k') | mojo/tools/get_test_list.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/data/unittests
diff --git a/mojo/tools/data/unittests b/mojo/tools/data/unittests
index 8400e8c4115932f2bf932b57638abef78107d034..e4c4390240334562127b73482746f8c927831407 100644
--- a/mojo/tools/data/unittests
+++ b/mojo/tools/data/unittests
@@ -27,20 +27,26 @@ tests = [
# Public tests:
{
- "test": "mojo_public_bindings_unittests",
- "cacheable": False,
+ "test": "mojo_public_c_bindings_unittests",
},
{
- "test": "mojo_public_c_bindings_unittests",
+ "test": "mojo_public_c_system_unittests",
+ },
+ {
+ "test": "mojo_public_cpp_application_unittests",
+ },
+ {
+ "test": "mojo_public_cpp_bindings_unittests",
+ "cacheable": False,
},
{
- "test": "mojo_public_environment_unittests",
+ "test": "mojo_public_cpp_environment_unittests",
},
{
- "test": "mojo_public_system_unittests",
+ "test": "mojo_public_cpp_system_unittests",
},
{
- "test": "mojo_public_utility_unittests",
+ "test": "mojo_public_cpp_utility_unittests",
},
# Non-system, non-public tests:
« no previous file with comments | « mojo/public/cpp/system/tests/macros_unittest.cc ('k') | mojo/tools/get_test_list.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698