blob: 34d6b2a96c92bc1c79c764743288a72bdc487c59 [file] [log] [blame]
# Copyright 2021 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("gn_desc") {
testonly = true
deps = [ ":host_tests($host_toolchain)" ]
}
if (is_host) {
# All the tests.
group("host_tests") {
testonly = true
deps = [ "tests" ]
}
}