blob: 26c8ced95874c10e7419e3176108b5dc6d769d09 [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_no_e2e") {
deps = [
"experimental_fidl:tests",
"hello_world:tests",
"rust:tests",
]
testonly = true
}
group("tests") {
deps = [
":tests_no_e2e",
"host_tool:tests($host_toolchain)",
]
testonly = true
}
cts_copy_to_sdk("build") {
sources = [ "BUILD.gn" ]
testonly = true
}
sdk_molecule("test_sdks") {
deps = [
":build_sdk",
"hello_world:test_sdks",
"host_tool:test_sdks($host_toolchain)",
"rust:test_sdks",
]
testonly = true
}