OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//build/config/nacl/config.gni") | 5 import("//build/config/nacl/config.gni") |
6 import("//build/module_args/mojo.gni") | 6 import("//build/module_args/mojo.gni") |
7 import("//mojo/public/mojo.gni") | 7 import("//mojo/public/mojo.gni") |
8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
9 | 9 |
10 declare_args() { | 10 declare_args() { |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 | 56 |
57 group("tests") { | 57 group("tests") { |
58 testonly = true | 58 testonly = true |
59 deps = [ | 59 deps = [ |
60 ":public_tests", | 60 ":public_tests", |
61 "//mojo/common:mojo_common_apptests", | 61 "//mojo/common:mojo_common_apptests", |
62 "//mojo/converters:mojo_converters_unittests", | 62 "//mojo/converters:mojo_converters_unittests", |
63 "//mojo/dart:tests", | 63 "//mojo/dart:tests", |
64 "//mojo/data_pipe_utils:mojo_data_pipe_utils_apptests", | 64 "//mojo/data_pipe_utils:mojo_data_pipe_utils_apptests", |
65 "//mojo/edk:tests", | 65 "//mojo/edk:tests", |
| 66 |
| 67 # TODO(vtl): Should there be a separate target for perf tests? |
| 68 "//mojo/environment:mojo_environment_perftests", |
66 "//mojo/file_utils:file_utils_apptests", | 69 "//mojo/file_utils:file_utils_apptests", |
67 "//mojo/gles2:mgl_unittests", | 70 "//mojo/gles2:mgl_unittests", |
68 "//mojo/message_pump:mojo_message_pump_apptests", | 71 "//mojo/message_pump:mojo_message_pump_apptests", |
69 "//mojo/public/cpp/bindings/tests:versioning_apptests", | 72 "//mojo/public/cpp/bindings/tests:versioning_apptests", |
70 "//mojo/public/platform/native:tests", | 73 "//mojo/public/platform/native:tests", |
71 "//mojo/services/files/c:apptests", | 74 "//mojo/services/files/c:apptests", |
72 "//mojo/services/files/cpp:files_impl_apptests", | 75 "//mojo/services/files/cpp:files_impl_apptests", |
73 "//mojo/services/gfx/composition/cpp:apptests", | 76 "//mojo/services/gfx/composition/cpp:apptests", |
74 "//mojo/services/gfx/images/cpp:image_pipe_apptest", | 77 "//mojo/services/gfx/images/cpp:image_pipe_apptest", |
75 "//mojo/services/gfx/images/cpp:image_pipe_apptest", | 78 "//mojo/services/gfx/images/cpp:image_pipe_apptest", |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 "//mojo/public/cpp/bindings/tests:perftests", | 189 "//mojo/public/cpp/bindings/tests:perftests", |
187 ] | 190 ] |
188 } | 191 } |
189 | 192 |
190 test("mojo_public_cpp_environment_perftests") { | 193 test("mojo_public_cpp_environment_perftests") { |
191 deps = [ | 194 deps = [ |
192 "//mojo/edk/test:run_all_perftests", | 195 "//mojo/edk/test:run_all_perftests", |
193 "//mojo/public/cpp/environment/tests:perftests", | 196 "//mojo/public/cpp/environment/tests:perftests", |
194 ] | 197 ] |
195 } | 198 } |
OLD | NEW |