zephyr/subsys/testsuite/ztest
Yuval Peress 9c0b970bc2 ztest: run before function in test thread
A lot of tests need to be able to get their current tid and do some
action with it. It makes sense for the `before` function/rule to be
able to run in the same thread as the test. Note that the `after`
function does not run in the same thread because we need to guarantee
that it will run.

Signed-off-by: Yuval Peress <peress@google.com>
2022-01-20 14:20:03 -05:00
..
include testsuite: ztest: Use STRINGIFY in ZTEST_SUITE 2022-01-18 13:12:38 -05:00
src ztest: run before function in test thread 2022-01-20 14:20:03 -05:00
CMakeLists.txt ztest: Update ztest with more powerful testing APIs 2022-01-11 11:47:30 +01:00
Kconfig tests: ztress: fix dependency on SMP 2022-01-12 14:13:21 -05:00