Skip to content

Commit

Permalink
Fix dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Feb 5, 2025
1 parent 4409556 commit c6b44be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/platform/silabs/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ chip_test_group("silabs_example_platform_tests") {
tests = []

if (sl_build_unit_tests) {
tests += [ "${chip_root}/examples/platform/silabs/tests" ]
tests += [ "${chip_root}/examples/platform/silabs/tests:examples_tests" ]
}
}

if (sl_build_unit_tests) {
chip_test_suite("silabs_example_tests") {
chip_test_suite("examples_tests") {
output_name = "libSilabsExamplesPlatformTests"

test_sources = [ "TestSilabsTestEventTrigger.cpp" ]
Expand Down

0 comments on commit c6b44be

Please sign in to comment.