1 // SPDX-License-Identifier: GPL-2.0+
5 * Logging function tests.
11 #include <test/suites.h>
13 int do_ut_log(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[])
15 struct unit_test *tests = UNIT_TEST_SUITE_START(log_test);
16 const int n_ents = UNIT_TEST_SUITE_COUNT(log_test);
18 return cmd_ut_category("log", "log_test_",
19 tests, n_ents, argc, argv);