Primiano Tucci | ae2879e | 2017-09-27 11:02:09 +0900 | [diff] [blame] | 1 | # Copyright (C) 2017 The Android Open Source Project |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | group("all") { |
| 16 | testonly = true # allow to build also test targets |
| 17 | deps = [ |
| 18 | ":tests", |
| 19 | "//buildtools:protobuf_lite", |
Primiano Tucci | fd48423 | 2017-10-25 00:15:39 +0100 | [diff] [blame] | 20 | "//buildtools:protoc($host_toolchain)", |
Hector Dearman | 9b062df | 2017-10-20 13:52:09 +0100 | [diff] [blame] | 21 | "//libftrace:libftrace_driver", |
Primiano Tucci | fd48423 | 2017-10-25 00:15:39 +0100 | [diff] [blame] | 22 | "//protozero/src/protoc_plugin($host_toolchain)", |
Hector Dearman | be61adf | 2017-10-18 15:58:46 +0100 | [diff] [blame] | 23 | "//tools/ftrace_proto_gen:ftrace_proto_gen", |
Primiano Tucci | ae2879e | 2017-09-27 11:02:09 +0900 | [diff] [blame] | 24 | ] |
Primiano Tucci | ae2879e | 2017-09-27 11:02:09 +0900 | [diff] [blame] | 25 | } |
| 26 | |
| 27 | group("tests") { |
| 28 | testonly = true |
| 29 | deps = [ |
Primiano Tucci | d7d1be0 | 2017-10-30 17:41:34 +0000 | [diff] [blame] | 30 | "//base:base_unittests", |
Hector Dearman | 9b062df | 2017-10-20 13:52:09 +0100 | [diff] [blame] | 31 | "//libftrace:libftrace_unittests", |
Primiano Tucci | 97440f4 | 2017-10-24 13:27:18 +0100 | [diff] [blame] | 32 | "//protozero:protozero_unittests", |
Hector Dearman | be61adf | 2017-10-18 15:58:46 +0100 | [diff] [blame] | 33 | "//tools/ftrace_proto_gen:ftrace_proto_gen_unittests", |
Primiano Tucci | b06bc48 | 2017-10-23 14:42:09 +0100 | [diff] [blame] | 34 | "//tools/sanitizers_unittests", |
Primiano Tucci | ce72002 | 2017-10-30 12:50:06 +0000 | [diff] [blame] | 35 | "//tracing:tracing_benchmarks", |
| 36 | "//tracing:tracing_unittests", |
Primiano Tucci | ae2879e | 2017-09-27 11:02:09 +0900 | [diff] [blame] | 37 | ] |
| 38 | } |