Searched refs:KTEST_LOG_LEVEL (Results 1 – 2 of 2) sorted by relevance
| /src/sys/tests/ |
| H A D | ktest.h | 80 #define KTEST_LOG_LEVEL(_ctx, _l, _fmt, ...) { \ macro 89 KTEST_LOG_LEVEL(_ctx, LOG_DEBUG, _fmt, ## __VA_ARGS__) 92 KTEST_LOG_LEVEL(_ctx, LOG_ERR, _fmt, ## __VA_ARGS__)
|
| H A D | ktest.c | 230 KTEST_LOG_LEVEL(&ctx, LOG_INFO, "start running %s", test->name); in run_test() 232 KTEST_LOG_LEVEL(&ctx, LOG_INFO, "end running %s", test->name); in run_test()
|