blob: 79e238c1de6e796648fb6c72a30e7f5202cd92d3 [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/package",
]
}