blob: 80da62d920418e8eae3a9e7011cb1a9d157a4fa6 [file] [log] [blame]
# Copyright 2020 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.
# Top level BUILD file for gn samples
import("//third_party/fuchsia-sdk/build/test_targets.gni")
fuchsia_sdk_test_targets("all_sdk") {
}
group("default") {
deps = [
":all_sdk",
"tests/fidl:static_fidl_test_package",
"tests/package",
]
}
group("tests") {
testonly = true
deps = [
"tests/fidl:tests",
"tests/package:tests",
]
}
# A generated file that lists all of the test files.
generated_file("all_host_tests") {
testonly = true
deps = [
"//:default",
"//:tests",
]
outputs = [ "$root_build_dir/all_host_tests.txt" ]
data_keys = [ "host_test_name" ]
}