Skip to content

Commit

Permalink
Add toolchain to Tizen check target
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed May 10, 2023
1 parent 3468526 commit 44258cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ if (current_toolchain != "${dir_pw_toolchain}/default:default") {
if (enable_tizen_builds) {
group("check:tizen") {
testonly = true
deps = [ "${chip_root}/src/test_driver/tizen/integration-tests:check" ]
deps = [ "${chip_root}/src/test_driver/tizen:check(${chip_root}/build/toolchain/tizen:tizen_arm)" ]
}

extra_check_deps += [ ":check:tizen" ]
Expand Down

0 comments on commit 44258cb

Please sign in to comment.