Skip to content

Commit 6e0a53f

Browse files
committed
sys/log/modlog: Fix append tests
Those need to be separate tests since new logs cannot be registered after use (nor unregistered) and thus log subsystem needs to be reinitiliazed inbetween.
1 parent b8df3dd commit 6e0a53f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sys/log/modlog/selftest/src/testcases/modlog_test_case_append.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,5 +198,9 @@ mltca_run(bool use_mbufs)
198198
TEST_CASE_SELF(modlog_test_case_append)
199199
{
200200
mltca_run(false);
201+
}
202+
203+
TEST_CASE_SELF(modlog_test_case_append_mbuf)
204+
{
201205
mltca_run(true);
202206
}

0 commit comments

Comments
 (0)