Skip to content

Commit

Permalink
Add old test script to run
Browse files Browse the repository at this point in the history
  • Loading branch information
jlatusek authored and mbknust committed Jan 30, 2024
1 parent 9cbb993 commit 2297144
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/examples/openiotsdk_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ readarray -t SUPPORTED_APP_NAMES <"$CHIP_ROOT"/examples/platform/openiotsdk/supp
SUPPORTED_APP_NAMES+=("unit-tests")

readarray -t TEST_NAMES <"$CHIP_ROOT"/src/test_driver/openiotsdk/unit-tests/test_components.txt
readarray -t TEST_NAMES_NL <"$CHIP_ROOT"/src/test_driver/openiotsdk/unit-tests/test_components_nl.txt
TEST_NAMES+=("${TEST_NAMES_NL[@]}")

function show_usage() {
cat <<EOF
Expand Down

0 comments on commit 2297144

Please sign in to comment.