:orphan: .. title:: CONFIG_ZTEST_RULE_1CPU .. kconfig:: CONFIG_ZTEST_RULE_1CPU CONFIG_ZTEST_RULE_1CPU ###################### *Run all the tests on a single CPU* Type: ``bool`` Help ==== .. code-block:: none This rule will call z_test_1cpu_start before each unit test and ztest_1cpu_stop after each test. Direct dependencies =================== \ :kconfig:`ZTEST_NEW_API ` && \ :kconfig:`ZTEST ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/testsuite/ztest/Kconfig:86`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` → ``/testsuite/Kconfig:6`` Menu path: (Top) → Sub Systems and OS Services → Testing → Zephyr testing framework → ztest provided rules .. code-block:: kconfig config ZTEST_RULE_1CPU bool "Run all the tests on a single CPU" depends on ZTEST_NEW_API && ZTEST help This rule will call z_test_1cpu_start before each unit test and ztest_1cpu_stop after each test. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*