Ryan Harrison | 2962888 | 2020-04-08 20:40:25 +0000 | [diff] [blame] | 1 | # Copyright 2020 The Tint Authors |
| 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 | |
Corentin Wallez | 5929a04 | 2021-03-15 08:43:11 +0000 | [diff] [blame] | 15 | # This target is built when no specific target is specified on the command line. |
| 16 | group("default") { |
Ben Clayton | 8903685 | 2021-02-18 20:23:09 +0000 | [diff] [blame] | 17 | testonly = true |
Ryan Harrison | 31cfdb1 | 2020-07-16 20:13:16 +0000 | [diff] [blame] | 18 | deps = [ |
Corentin Wallez | 5929a04 | 2021-03-15 08:43:11 +0000 | [diff] [blame] | 19 | "fuzzers", |
| 20 | "samples:tint", |
| 21 | "src:libtint", |
| 22 | "test:tint_unittests", |
Ryan Harrison | 31cfdb1 | 2020-07-16 20:13:16 +0000 | [diff] [blame] | 23 | ] |
Ryan Harrison | 0a196c1 | 2020-04-17 13:18:20 +0000 | [diff] [blame] | 24 | } |