Searched refs:tests (Results 1 - 25 of 48) sorted by relevance

12

/u-boot/test/hush/
H A Dcmd_ut_hush.c14 struct unit_test *tests = UNIT_TEST_SUITE_START(hush_test); local
18 tests, n_ents, argc, argv);
/u-boot/test/cmd/
H A Dcmd_ut_cmd.c6 * Unit tests for command functions
16 struct unit_test *tests = UNIT_TEST_SUITE_START(cmd_test); local
19 return cmd_ut_category("cmd", "cmd_test_", tests, n_ents, argc, argv);
H A Dmem.c3 * Executes tests for memory-related commands
15 struct unit_test *tests = UNIT_TEST_SUITE_START(mem_test); local
18 return cmd_ut_category("cmd_mem", "mem_test_", tests, n_ents, argc,
H A Dmem_copy.c59 static const struct param tests[] = { local
72 for (i = 0; i < ARRAY_SIZE(tests); ++i) {
73 p = &tests[i];
85 static const struct param tests[] = { local
98 for (i = 0; i < ARRAY_SIZE(tests); ++i) {
99 p = &tests[i];
111 static const struct param tests[] = { local
124 for (i = 0; i < ARRAY_SIZE(tests); ++i) {
125 p = &tests[i];
131 for (i = 0; i < ARRAY_SIZE(tests);
145 static const struct param tests[] = { local
[all...]
H A Dpci_mps.c37 struct unit_test *tests = UNIT_TEST_SUITE_START(pci_mps_test); local
40 return cmd_ut_category("cmd_pci_mps", "pci_mps_test_", tests, n,
H A Daddrmap.c32 struct unit_test *tests = UNIT_TEST_SUITE_START(addrmap_test); local
35 return cmd_ut_category("cmd_addrmap", "cmd_addrmap_", tests, n_ents,
H A Dseama.c3 * Executes tests for SEAMA (SEAttle iMAge) command
66 struct unit_test *tests = UNIT_TEST_SUITE_START(seama_test); local
69 return cmd_ut_category("seama", "seama_test_", tests, n_ents, argc,
H A Dloadm.c67 struct unit_test *tests = UNIT_TEST_SUITE_START(loadm_test); local
70 return cmd_ut_category("loadm", "loadm_test_", tests, n_ents, argc,
H A Dfont.c78 struct unit_test *tests = UNIT_TEST_SUITE_START(font_Test); local
81 return cmd_ut_category("font", "font_test_", tests, n_ents, argc, argv);
H A Dexit.c130 struct unit_test *tests = UNIT_TEST_SUITE_START(exit_test); local
133 return cmd_ut_category("cmd_exit", "exit_test_", tests, n_ents,
/u-boot/test/common/
H A Dcmd_ut_common.c6 * Unit tests for common functions
17 struct unit_test *tests = UNIT_TEST_SUITE_START(common_test); local
20 return cmd_ut_category("common", "common_test_", tests, n_ents, argc,
/u-boot/test/log/
H A Dlog_ut.c5 * Logging function tests.
16 struct unit_test *tests = UNIT_TEST_SUITE_START(log_test); local
20 tests, n_ents, argc, argv);
/u-boot/test/lib/
H A Dcmd_ut_lib.c5 * Unit tests for library functions
16 struct unit_test *tests = UNIT_TEST_SUITE_START(lib_test); local
19 return cmd_ut_category("lib", "lib_test_", tests, n_ents, argc, argv);
/u-boot/test/dm/
H A Dtest-dm.c12 struct unit_test *tests = UNIT_TEST_SUITE_START(dm_test); local
15 return cmd_ut_category("driver model", "dm_test_", tests, n_ents, argc,
/u-boot/test/env/
H A Dcmd_ut_env.c15 struct unit_test *tests = UNIT_TEST_SUITE_START(env_test); local
19 tests, n_ents, argc, argv);
/u-boot/post/
H A DMakefile7 obj-y += tests.o
/u-boot/test/optee/
H A Dcmd_ut_optee.c97 struct unit_test *tests = UNIT_TEST_SUITE_START(optee_test); local
132 ret = cmd_ut_category("optee", "", tests, n_ents, argc, argv);
138 ret = cmd_ut_category("optee", "", tests, n_ents, argc, argv);
145 ret = cmd_ut_category("optee", "", tests, n_ents, argc, argv);
/u-boot/test/boot/
H A Dmeasurement.c61 struct unit_test *tests = UNIT_TEST_SUITE_START(measurement_test); local
64 return cmd_ut_category("measurement", "measurement_test_", tests,
H A Dbootstd_common.c24 /* set up MMC for VBE tests */
94 struct unit_test *tests = UNIT_TEST_SUITE_START(bootstd_test); local
100 printf("Failed to set up for bootstd tests (err=%d)\n", ret);
105 tests, n_ents, argc, argv);
/u-boot/test/
H A Dtest-main.c127 * We cannot run any more tests that need the
133 printf("Device tree changed: cannot run live tree tests\n");
176 * This skips long/slow tests where there is not much value in running a flat
195 * tests, @select_name is NULL.
197 * @prefix: String prefix for the tests. Any tests that have this prefix will be
222 /* All tests have this prefix */
240 * ut_list_has_dm_tests() - Check if a list of tests has driver model ones
242 * @tests: List of tests t
246 ut_list_has_dm_tests(struct unit_test *tests, int count) argument
513 ut_run_tests(struct unit_test_state *uts, const char *prefix, struct unit_test *tests, int count, const char *select_name, const char *test_insert) argument
597 ut_run_list(const char *category, const char *prefix, struct unit_test *tests, int count, const char *select_name, int runs_per_test, bool force_run, const char *test_insert) argument
[all...]
H A Drun3 # Script to run all U-Boot tests that use sandbox.
4 # $1: tests to run (empty for all, 'quick' for quick ones only)
21 skip=--skip-net-tests
34 skip=--skip-net-tests
37 echo "Note: test log is garbled with parallel tests"
43 # Run all tests that the standard sandbox build can support
49 # Run tests which require sandbox_spl
54 # Run the same tests with sandbox_noinst (i.e. without OF_PLATDATA_INST)
59 # Run tests which require sandbox_vpl
65 # Run tests fo
[all...]
H A Dcmd_ut.c21 struct unit_test *tests, int n_ents,
47 ret = ut_run_list(name, prefix, tests, n_ents,
146 printf("----Running %s tests----\n", cmd_ut_sub[i].name);
159 printf("Total tests: %d\n", (int)UNIT_TEST_ALL_COUNT());
184 "[-r] [-f] [<suite>] - run unit tests\n"
186 " -f Force 'manual' tests to run as well\n"
190 "\nall - execute all enabled tests"
191 "\ninfo - show info about tests"
263 "unit tests", ut_help_text
20 cmd_ut_category(const char *name, const char *prefix, struct unit_test *tests, int n_ents, int argc, char *const argv[]) argument
/u-boot/arch/sandbox/cpu/
H A Dspl.c136 struct unit_test *tests = UNIT_TEST_ALL_START(); local
140 ret = ut_run_list("spl", NULL, tests, count,
/u-boot/scripts/
H A Dmake_pip.sh106 mkdir ${dir}/tests
/u-boot/dts/upstream/scripts/
H A Dcronjob111 echo "Recording refs/tests/${DATE}"
112 git update-ref refs/tests/${DATE} ${TESTBRANCH}

Completed in 217 milliseconds

12