Lines Matching +full:test +full:-

2 # SPDX-License-Identifier: Apache-2.0
8 config TEST config
9 bool "Mark project as a test"
14 Mark a project or an application as a test. This will enable a few
15 test defaults.
18 int "Test function extra thread stack size"
22 depends on TEST
38 This option will build your application with the -coverage option
53 Build natively with the compiler standard `--coverage` options,
54 that is with gcov/GCC-compatible coverage
101 bool "Indicate that this test exercises user mode"
103 This option indicates that a test case puts threads in user mode,
106 a per-test basis and is not meant to be used outside test cases.
110 The userspace APIs are no-ops if userspace is not enabled, so it is
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,
115 If a test *requires* that userspace be enabled in order to
120 bool "Test case logging defaults"
121 depends on TEST
127 minimal mode for all test cases. For tests that need alternate
129 in the project-level defconfig.
140 USERSPACE when CONFIG_ARCH_HAS_USERSPACE is set and the test
150 running all test cases with User Mode and HW Stack Protection features
151 simultaneously enabled. For this platforms we execute the User Mode-
155 bool "Hardware-based stack overflow detection if available"
157 depends on TEST
161 This option will enable hardware-based stack protection by default
162 for all test cases if the hardware supports it.
165 bool "Test flash drivers"
169 This option will help test the flash drivers. This should be enabled
175 depends on TEST
179 ARM Cortex-M configuration required when testing.
186 when building a Secure ARMv8-M firmware. This will allow
189 set, these exceptions are set to target the Non-Secure state.
193 depends on TEST