Home
last modified time | relevance | path

Searched refs:expr (Results 1 – 6 of 6) sorted by relevance

/tests/boards/intel_adsp/smoke/src/
A Dtests.h14 #define AWAIT(expr) do { \ argument
16 for (i = 0; !(expr) && i < 10000; i++) { \
20 zassert_true(i < 10000, "timeout waiting for %s", #expr); \
/tests/bsim/babblekit/include/babblekit/
A Dtestcase.h91 #define TEST_ASSERT(expr, ...) \ argument
93 if (!(expr)) { \
106 #define TEST_ASSERT_NO_MSG(expr) \ argument
107 TEST_ASSERT(expr, "")
/tests/bsim/bluetooth/host/att/long_read/
A Dbs_macro.h23 #define EXPECT_ZERO(expr) bt_testlib_expect_zero((expr), __FILE__, __LINE__) argument
/tests/bsim/bluetooth/host/att/open_close/src/
A Dbs_macro.h26 #define EXPECT_ZERO(expr) bt_testlib_expect_zero((expr), __FILE__, __LINE__) argument
/tests/bsim/bluetooth/ll/
A D_compile_permutate_kconfigs.sh68 compile_failures=$(expr $compile_failures + 1)
/tests/bsim/bluetooth/mesh/
A D_mesh_test.sh75 count=$(expr $idx + $extra_devs)

Completed in 43 milliseconds