1 // SPDX-License-Identifier: GPL-2.0
5 * Unit tests for library functions
11 #include <test/suites.h>
14 int do_ut_lib(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
16 struct unit_test *tests = ll_entry_start(struct unit_test, lib_test);
17 const int n_ents = ll_entry_count(struct unit_test, lib_test);
19 return cmd_ut_category("lib", "lib_test_", tests, n_ents, argc, argv);