-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBUILD
More file actions
22 lines (21 loc) · 671 Bytes
/
BUILD
File metadata and controls
22 lines (21 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config_setting(
name = "windows",
values = {"cpu": "x64_windows"},
visibility = ["//visibility:public"],
)
test_suite(
name = "all_tests",
tests = [
"//absl:absl_test",
"//proto:proto_test",
"//pybind:common_library_test",
"//pybind:py_common_library_test",
"//pybind:pybind_py_test",
"//pybind:pybind_with_starlark_only_py_test",
"//pybind:pybind_wrapped_py_test",
"//pybind:regular_cc_test",
"//pybind_external:pybind_external_py_test",
"//pybind_external:pybind_pywrap_external_py_test",
"//pybind_external:pywrap_external_aggregated_binaries_test",
],
)