blob: 9595a90e9f4246b1e07e623ba7911026e1dbec3a [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.
import("//build/testing/host_test_data.gni")
host_test_data("interpreter") {
sources = [
"//prebuilt/third_party/python3/${host_platform}/lib",
python_exe_src,
]
}
# These tests exercise the build rules we want to test.
group("tests") {
testonly = true
deps = [
"tests/bin",
"tests/host_test:py_host_test_with_lib($host_toolchain)",
"tests/lib",
]
}