Skip to content

Commit

Permalink
unittests: Debugging release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Teufelchen1 committed Apr 4, 2024
1 parent 62431ca commit b6ae79f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sys/embunit/TestRunner.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static void TestRunner_startTest(TestListner* self,Test* test)
{
(void)self;
(void)test;
stdimpl_print(".");
stdimpl_print(".\n");
}

static void TestRunner_endTest(TestListner* self,Test* test)

Check warning on line 53 in sys/embunit/TestRunner.c

View workflow job for this annotation

GitHub Actions / static-tests

comma should be followed by whitespace
Expand Down
2 changes: 2 additions & 0 deletions tests/unittests/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
DEVELHELP ?= 0
include ../Makefile.tests_common

OUTPUT := TEXT

USEMODULE += embunit

ifeq (, $(UNIT_TESTS))
Expand Down
2 changes: 1 addition & 1 deletion tests/unittests/tests/01-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from testrunner import run_check_unittests


TIMEOUT = 120
TIMEOUT = 240


if __name__ == "__main__":
Expand Down

0 comments on commit b6ae79f

Please sign in to comment.