zephyr/subsys/testsuite/ztest
Kumar Gala 6401682dd3 ztest: Fix building when CONFIG_MP_NUM_CPUS=1
We get compiler warnings on testcases that set CONFIG_MP_NUM_CPUS=1
and platforms that have CONFIG_SMP=y.  Qualify the code so its only
built if CONFIG_SMP && (CONFIG_MP_NUM_CPUS > 1).

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2022-11-07 21:12:54 -05:00
..
include/zephyr ztest: make failed assumptions fail test binary 2022-10-13 06:40:31 -04:00
src ztest: Fix building when CONFIG_MP_NUM_CPUS=1 2022-11-07 21:12:54 -05:00
CMakeLists.txt testing: add zephyr/ prefix to testing include path 2022-06-29 06:04:32 -04:00
Kconfig ztest: Make cpu hold time configurable 2022-10-24 11:15:00 -04:00