zephyr/subsys/testsuite/ztest
Yuval Peress 35ec3c9579 ztest: Update verification to account for missing suite
Fix an issue where a test's suite name was misspelled and thus the
test never ran because it wasn't associated with a suite. Example:

ZTEST_SUITE(my_suite, NULL, NULL, NULL, NULL, NULL);
ZTEST(myy_suite, test)
{
}

The above will no longer pass since `myy_suite` with a double `y` will
fail the verification.

Signed-off-by: Yuval Peress <peress@google.com>
2022-02-17 09:08:21 -05:00
..
include ztest: document test rules 2022-02-14 09:31:28 -05:00
src ztest: Update verification to account for missing suite 2022-02-17 09:08:21 -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