1 // SPDX-License-Identifier: GPL-2.0+
3 * Executes tests for memory-related commands
5 * Copyright 2020 Google LLC
10 #include <test/suites.h>
11 #include <test/test.h>
13 int do_ut_mem(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
15 struct unit_test *tests = UNIT_TEST_SUITE_START(mem_test);
16 const int n_ents = UNIT_TEST_SUITE_COUNT(mem_test);
18 return cmd_ut_category("cmd_mem", "mem_test_", tests, n_ents, argc,