Lines Matching full:on
10 # For tests, store thread names in binary and dump them on crash to
22 depends on TEST
24 Additional stack for tests on some platform where default is not
30 The code coverage report generation is only available on boards
31 with enough spare RAM to buffer the coverage data, or on boards
32 based on the POSIX ARCH.
36 depends on HAS_COVERAGE_SUPPORT
47 depends on COVERAGE
51 depends on NATIVE_BUILD
58 depends on NATIVE_BUILD
59 depends on "${ZEPHYR_TOOLCHAIN_VARIANT}" = "llvm"
66 depends on !NATIVE_BUILD
77 depends on COVERAGE_GCOV
86 bool "Dump coverage data on exit"
87 depends on COVERAGE_GCOV
89 Dump collected coverage information to console on exit.
105 if the platform supports it. It should be set in a .conf file on
111 OK to enable this even if the test will run on platforms which do
112 not support userspace. The test should still run on those platforms,
121 depends on TEST
133 depends on TEST_USERSPACE
134 depends on ARCH_HAS_USERSPACE
139 This hidden option implements the TEST_USERSPACE logic. It turns on
146 depends on TEST_ENABLE_USERSPACE
156 depends on ARCH_HAS_STACK_PROTECTION
157 depends on TEST
166 depends on BOARD_QEMU_X86
174 depends on CPU_CORTEX_M
175 depends on TEST
193 depends on TEST