Skip to content

Commit 1fb551a

Browse files
de-nordicjukkar
authored andcommitted
[nrf noup] test: schedule_api: Use Minimal C library
There is no point to use PICOLIB here as it bloats the tests. Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 2dfdcf6) (cherry picked from commit 098ad7b)
1 parent ef75b3e commit 1fb551a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/kernel/sched/schedule_api/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ CONFIG_MAX_THREAD_BYTES=5
77
CONFIG_TEST_USERSPACE=y
88
CONFIG_MP_MAX_NUM_CPUS=1
99
CONFIG_ZTEST_FATAL_HOOK=y
10+
CONFIG_MINIMAL_LIBC=y

tests/kernel/sched/schedule_api/prj_dumb.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ CONFIG_SCHED_DUMB=y
55
CONFIG_MAX_THREAD_BYTES=5
66
CONFIG_MP_MAX_NUM_CPUS=1
77
CONFIG_ZTEST_FATAL_HOOK=y
8+
CONFIG_MINIMAL_LIBC=y

tests/kernel/sched/schedule_api/prj_multiq.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ CONFIG_MP_MAX_NUM_CPUS=1
77
CONFIG_ZTEST_FATAL_HOOK=y
88
CONFIG_NUM_COOP_PRIORITIES=30
99
CONFIG_NUM_PREEMPT_PRIORITIES=40
10+
CONFIG_MINIMAL_LIBC=y

0 commit comments

Comments
 (0)