blob: e69befc5316ca37b555044516b4c5b6f7b46b087 [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,
]
}
host_test_data("pip") {
sources = [
"//prebuilt/third_party/python3/${host_platform}/lib",
pip_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",
]
}