blob: 802ec2cd651594967e0e9ff5bbb55162d2fc2963 [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.
import("//sdk/cts/build/cts.gni")
group("tests") {
deps = [
"fuchsia.diagnostics:tests",
"fuchsia.driver.test:tests",
"fuchsia.element:tests",
"fuchsia.hwinfo:tests",
"fuchsia.intl:tests",
"fuchsia.settings:tests",
]
testonly = true
}
cts_copy_to_sdk("build") {
sources = [ "BUILD.gn" ]
testonly = true
}
sdk_molecule("test_sdks") {
deps = [
":build_sdk",
"fuchsia.diagnostics:test_sdks",
"fuchsia.driver.test:test_sdks",
"fuchsia.element:test_sdks",
"fuchsia.hwinfo:test_sdks",
"fuchsia.intl:test_sdks",
"fuchsia.settings:test_sdks",
]
testonly = true
}