mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 06:15:21 +00:00
To improve the code coverage on native posix, adding CONFIG_SCHED_MULTIQ for scheduler api tests. Extracting a separate prj_native_posix.conf file for the scheduler test, which validates the "multi queue" scheduler on native posix. Signed-off-by: Ajay Kishore <ajay.kishore@intel.com>
5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_TIMESLICING=y
|
|
CONFIG_SCHED_MULTIQ=y
|