Skip to content

Commit

Permalink
switching order of running tests for nordic
Browse files Browse the repository at this point in the history
  • Loading branch information
Alami-Amine committed May 27, 2024
1 parent 9d4b98a commit 2f71a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_driver/nrfconnect/main/runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ extern "C" int main(void)

LOG_INF("Starting CHIP tests!");
int status = 0;
status += chip::test::RunAllTests();
status += RunRegisteredUnitTests();
status += chip::test::RunAllTests();
LOG_INF("CHIP test status: %d", status);

_exit(status);
Expand Down

0 comments on commit 2f71a2d

Please sign in to comment.