Skip to content

Commit

Permalink
Fix make var tests in ios_xctestrun_runner_unit_test (#2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-alves committed Jun 27, 2024
1 parent 9efe72a commit 42fb193
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/ios_xctestrun_runner_unit_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,10 @@ ios_unit_test(
deps = [":make_var_unit_test_lib"],
minimum_os_version = "${MIN_OS_IOS}",
runner = ":ios_x86_64_sim_runner",
env = {
"MY_MAKE_VAR": "\$(MY_MAKE_VAR)",
},
toolchains = [":my_make_var"],
)
ios_unit_test(
Expand All @@ -457,6 +461,10 @@ ios_unit_test(
minimum_os_version = "${MIN_OS_IOS}",
test_host = ":app",
runner = ":ios_x86_64_sim_runner",
env = {
"MY_MAKE_VAR": "\$(MY_MAKE_VAR)",
},
toolchains = [":my_make_var"],
)
EOF
}
Expand Down

0 comments on commit 42fb193

Please sign in to comment.