Skip to content

Commit

Permalink
Add if statement with list of supported platform in pigweed
Browse files Browse the repository at this point in the history
  • Loading branch information
jlatusek committed Jan 19, 2024
1 parent d69a46f commit 3f943a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,11 @@ if (chip_build_tests) {
}

if (chip_monolithic_tests) {
deps += [ "${chip_root}/src/lib/support:testing_pw" ]
# TODO [PW_MIGRATION] Remove this if after migartion to PW_TEST is completed for all platforms
# TODO [PW_MIGRATION] There will be a list of already migrated platforms
if (false) {
deps += [ "${chip_root}/src/lib/support:testing_pw" ]
}
build_monolithic_library = true
output_name = "libCHIP_tests"
output_dir = "${root_out_dir}/lib"
Expand Down

0 comments on commit 3f943a6

Please sign in to comment.