|
Rationalize mojo_public_*tests targets.
* All the C++ tests become mojo_public_cpp_*_{unit,perf}tests.
* All the C tests become mojo_public_c_*_{unit,perf}tests.
* mojo_public_system_unittests previously contained both C and C++
tests; split it into two.
* Rename some of the C++ tests previously in
mojo_public_system_unittests (they had "Cpp" in their name, to avoid
colliding with C tests).
* Remove an unnecessary dependency of mojo_public_c_system_perftests on
mojo/public/cpp/system/macros.h.
R=jamesr@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/de6c20aad64d53a7061c10e724e9924cfec679f6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+76 lines, -60 lines) |
Patch |
 |
M |
mojo/BUILD.gn
|
View
|
|
1 chunk |
+44 lines, -25 lines |
0 comments
|
Download
|
 |
M |
mojo/public/c/system/tests/BUILD.gn
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
mojo/public/c/system/tests/message_pipe_perftest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/public/c/system/tests/perftest_utils.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/public/c/system/tests/wait_set_perftest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/public/cpp/system/tests/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
mojo/public/cpp/system/tests/core_unittest.cc
|
View
|
|
7 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
mojo/public/cpp/system/tests/macros_unittest.cc
|
View
|
|
6 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
mojo/tools/data/unittests
|
View
|
|
1 chunk |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
mojo/tools/get_test_list.py
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 6 (1 generated)
|