| Index: third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| diff --git a/third_party/mojo/src/mojo/edk/test/BUILD.gn b/third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| index fa6f83603adedeb72726db9a76d3fc10c05a89d2..834d837ac2ae47e90d34abe27dec5389330da060 100644
|
| --- a/third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| +++ b/third_party/mojo/src/mojo/edk/test/BUILD.gn
|
| @@ -89,6 +89,7 @@ mojo_edk_source_set("test_support_impl") {
|
| group("public_tests") {
|
| testonly = true
|
| deps = [
|
| + ":mojo_public_bindings_perftests",
|
| ":mojo_public_bindings_unittests",
|
| ":mojo_public_environment_unittests",
|
| ":mojo_public_system_perftests",
|
| @@ -118,6 +119,13 @@ test("mojo_public_bindings_unittests") {
|
| ]
|
| }
|
|
|
| +test("mojo_public_bindings_perftests") {
|
| + deps = [
|
| + ":run_all_perftests",
|
| + "../../public/cpp/bindings/tests:perftests",
|
| + ]
|
| +}
|
| +
|
| test("mojo_public_environment_unittests") {
|
| deps = [
|
| ":run_all_unittests",
|
|
|