We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4409556 commit c6b44beCopy full SHA for c6b44be
examples/platform/silabs/tests/BUILD.gn
@@ -27,12 +27,12 @@ chip_test_group("silabs_example_platform_tests") {
27
tests = []
28
29
if (sl_build_unit_tests) {
30
- tests += [ "${chip_root}/examples/platform/silabs/tests" ]
+ tests += [ "${chip_root}/examples/platform/silabs/tests:examples_tests" ]
31
}
32
33
34
35
- chip_test_suite("silabs_example_tests") {
+ chip_test_suite("examples_tests") {
36
output_name = "libSilabsExamplesPlatformTests"
37
38
test_sources = [ "TestSilabsTestEventTrigger.cpp" ]
0 commit comments