1CONFIG_ZTEST=y 2CONFIG_POLL=y 3 4CONFIG_ASSERT=y 5 6# Not a single test case here is SMP-safe. Save the cycles needed for 7# all the ztest_1cpu spinning. 8CONFIG_MP_MAX_NUM_CPUS=1 9
1CONFIG_ZTEST=y 2CONFIG_POLL=y 3 4CONFIG_ASSERT=y 5 6# Not a single test case here is SMP-safe. Save the cycles needed for 7# all the ztest_1cpu spinning. 8CONFIG_MP_MAX_NUM_CPUS=1 9