| D | main.c | 8 * @brief Custom header assert test suite 24 ZTEST_SUITE(assert, NULL, NULL, NULL, NULL, NULL); 26 ZTEST(assert, test_assert_call) in ZTEST() argument 29 * custom assert macro, this should not crash and the test should proceed. in ZTEST() 31 __ASSERT(false, "This is a custom assert test"); in ZTEST() 33 zassert_true(last_assert_line != 0, "Assert was called on line 0"); in ZTEST()
|