Searched refs:do_log_run (Results 1 – 1 of 1) sorted by relevance
| /test/log/ |
| A D | log_test.c | 18 static int do_log_run(struct unit_test_state *uts, int cat, const char *file, in do_log_run() function 48 #define log_run_cat(cat) do_log_run(uts, cat, "file", "func") 49 #define log_run_file(file) do_log_run(uts, UCLASS_SPI, file, "func") 50 #define log_run_func(func) do_log_run(uts, UCLASS_SPI, "file", func) 51 #define log_run() do_log_run(uts, UCLASS_SPI, "file", "func")
|
Completed in 14 milliseconds