Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/cbprintf_package/src/
Dmain.c60 #define TEST_PACKAGING(flags, fmt, ...) do { \ macro
117 TEST_PACKAGING(0, "test long %x %lx %x", 0xb1b2b3b4, li, 0xe4e3e2e1); in ZTEST()
118 TEST_PACKAGING(0, "test long long %x %llx %x", 0xb1b2b3b4, lli, 0xe4e3e2e1); in ZTEST()
121 TEST_PACKAGING(0, "test %d %hd %hhd", i, s, sc); in ZTEST()
122 TEST_PACKAGING(0, "test %ld %llx %hhu %hu %u", li, lli, uc, us, ui); in ZTEST()
123 TEST_PACKAGING(0, "test %lu %llu", ul, ull); in ZTEST()
124 TEST_PACKAGING(0, "test %c %p", c, vp); in ZTEST()
127 TEST_PACKAGING(CBPRINTF_PACKAGE_CONST_CHAR_RO, in ZTEST()
147 TEST_PACKAGING(0, "test double %x %f %x", 0xb1b2b3b4, d, 0xe4e3e2e1); in ZTEST()
148 TEST_PACKAGING(0, "test %f %a", (double)f, d); in ZTEST()
[all …]