File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ config_setting(
77 },
88)
99
10+ config_setting (
11+ name = "windows" ,
12+ constraint_values = [
13+ "@platforms//os:windows" ,
14+ ],
15+ )
16+
1017converter_test (
1118 name = "test_activation" ,
1219)
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ config_setting(
77 },
88)
99
10+ config_setting (
11+ name = "windows" ,
12+ constraint_values = [
13+ "@platforms//os:windows" ,
14+ ],
15+ )
16+
1017evaluator_test (
1118 name = "test_prim_evaluators" ,
1219)
Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ config_setting(
99 },
1010)
1111
12+ config_setting (
13+ name = "windows" ,
14+ constraint_values = [
15+ "@platforms//os:windows" ,
16+ ],
17+ )
18+
1219runtime_test (
1320 name = "test_multi_device_safe_mode" ,
1421)
You can’t perform that action at this time.
0 commit comments