blob: 56b73e1c1c0b6e67d8e54d5854dfa7d9d9ab4e80 [file] [log] [blame]
Ryan Harrison29628882020-04-08 20:40:25 +00001# 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 Wallez5929a042021-03-15 08:43:11 +000015# This target is built when no specific target is specified on the command line.
16group("default") {
Ben Clayton89036852021-02-18 20:23:09 +000017 testonly = true
Ryan Harrison31cfdb12020-07-16 20:13:16 +000018 deps = [
Corentin Wallez5929a042021-03-15 08:43:11 +000019 "fuzzers",
20 "samples:tint",
21 "src:libtint",
22 "test:tint_unittests",
Ryan Harrison31cfdb12020-07-16 20:13:16 +000023 ]
Ryan Harrison0a196c12020-04-17 13:18:20 +000024}