Home
last modified time | relevance | path

Searched refs:zassume_ok (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/drivers/fuel_gauge/sbs_gauge/src/
Dtest_sbs_gauge.c214 zassume_ok(emul_fuel_gauge_set_battery_charging(fixture->sbs_fuel_gauge, expected_uV, in ZTEST_USER_F()
231 zassume_ok(emul_fuel_gauge_set_battery_charging(fixture->sbs_fuel_gauge, expected_uV, in ZTEST_USER_F()
/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dmtx.c97 zassume_ok(clock_gettime(CLOCK_MONOTONIC, &time_point)); in mtx_timedlock_fn()
Dcnd.c74 zassume_ok(clock_gettime(CLOCK_MONOTONIC, &time_point)); in test_cnd_thread_fn()
/Zephyr-latest/tests/posix/common/src/
Dmutex.c185 zassume_ok(clock_gettime(CLOCK_MONOTONIC, &time_point)); in test_mutex_timedlock_fn()
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h449 #define zassume_ok(cond, ...) zassume(!(cond), #cond " is non-zero", ##__VA_ARGS__) macro