This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
cbe1025bf9
zephyr
/
tests
/
ztest
/
ztress
/
prj.conf
5 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: ztest: Add test for stress test framework Add testsuite for ztress. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-12-20 20:43:41 +08:00
CONFIG_ZTEST=y
CONFIG_ZTRESS=y
tests: ztress: Add test for max threads allowed Add negative test for number of threads bounds check at ztress_execute(). Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
2023-04-22 22:21:02 +08:00
CONFIG_ZTRESS_MAX_THREADS=3
kconfig: Rename the TEST_EXTRA stack size option to align with the rest All stack sizes should end with STACK_SIZE. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2022-02-18 00:09:09 +08:00
CONFIG_TEST_EXTRA_STACK_SIZE=2048