blob: 87facab7fb0a5138cf234a7337d37adb9ceb92f7 [file] [log] [blame] [edit]
# 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)",
"disable_ctf_tests:tests",
"ffx_complete:tests",
"fortunes:tests",
"fxtest:tests",
"lib:tests",
"memory:tests",
"versioning:tests($host_toolchain)",
]
}