blob: e4afad4902e9bfc157b998305b6eb338402fb1eb [file]
# 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.
import("//build/python/python_host_test.gni")
if (is_host) {
python_host_test("build_id_conv_test") {
main_source = "build_id_conv_test.py"
sources = [ "build_id_conv.py" ]
}
}
group("scripts") {
testonly = true
deps = [ ":tests" ]
}
group("tests") {
testonly = true
deps = [
":build_id_conv_test($host_toolchain)",
"clang/tests/stack_size_estimator:tests",
"cog:tests",
"debug:tests($host_toolchain)",
"disable_ctf_tests:tests",
"ffx_complete:tests",
"fortunes:tests",
"fxtest:tests",
"lib:tests",
"memory:tests",
"shac/tests($host_toolchain)",
"skill_linter:tests",
"versioning:tests($host_toolchain)",
]
}