Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 18 of 18) sorted by relevance

/test/cmd/
A Dmem_copy.c60 static const struct param tests[] = { in mem_test_cp_b() local
73 for (i = 0; i < ARRAY_SIZE(tests); ++i) { in mem_test_cp_b()
74 p = &tests[i]; in mem_test_cp_b()
86 static const struct param tests[] = { in mem_test_cp_w() local
99 for (i = 0; i < ARRAY_SIZE(tests); ++i) { in mem_test_cp_w()
100 p = &tests[i]; in mem_test_cp_w()
112 static const struct param tests[] = { in mem_test_cp_l() local
126 p = &tests[i]; in mem_test_cp_l()
133 p = &tests[i]; in mem_test_cp_l()
146 static const struct param tests[] = { in mem_test_cp_q() local
[all …]
/test/
A DKconfig4 bool "Unit tests"
7 Select this to compile in unit tests for various parts of
13 bool "Unit tests in SPL"
15 # We need to be able to unbind devices for tests to work
18 Select this to enable unit tests in SPL. Most test are designed for
34 bool "Unit tests for library functions"
37 Enables the 'ut lib' command which tests library functions like
78 bool "Unit tests for standard boot"
91 bool "Unit tests for logging functions"
99 bool "Unit tests for time functions"
[all …]
A Dtest-main.c267 static bool ut_list_has_dm_tests(struct unit_test *tests, int count, in ut_list_has_dm_tests() argument
272 for (test = tests; test < tests + count; test++) { in ut_list_has_dm_tests()
595 struct unit_test *tests, int count, in ut_run_tests() argument
613 for (test = tests; test < tests + count; test++) { in ut_run_tests()
619 for (upto = 0, test = tests; test < tests + count; test++, upto++) { in ut_run_tests()
702 const char *prefix, struct unit_test *tests, int count, in ut_run_list() argument
719 ut_list_has_dm_tests(tests, count, prefix, select_name)) { in ut_run_list()
747 ret = ut_run_tests(uts, prefix, tests, count, select_name, in ut_run_list()
A Drun21 skip=--skip-net-tests
34 skip=--skip-net-tests
/test/env/
A DKconfig2 bool "Enable env unit tests"
6 tests on the env code.
7 If all is well then all tests pass although there will be a few
/test/fdt_overlay/
A DKconfig8 tests on the fdt overlay code.
9 If all is well then all tests pass although there will be a few
/test/dm/
A DKconfig6 tests on the driver model code. Each subsystem (uclass) is tested.
7 If all is well then all tests pass although there will be a few
/test/py/tests/
A Dtest_suite.py39 tests = set()
70 if msg == ' (flat tree)' and full_name not in tests:
71 tests.add(full_name)
74 tests.add(full_name)
91 return suites, tests, exp_test_count, missing, extra
A Dtest_cat.py8 from tests import fs_helper
A Dtest_xxd.py8 from tests import fs_helper
A Dtest_efi_bootmgr.py8 from tests import fs_helper
A Dtest_eficonfig.py10 from tests import fs_helper
A Dtest_ut.py18 from tests import fs_helper
/test/optee/
A DKconfig7 tests on the optee library code..
/test/image/
A DKconfig5 bool "Unit tests for SPL load methods"
14 bool "Unit tests for filesystems"
/test/py/tests/test_efi_capsule/
A Dconftest.py10 from tests import fs_helper
/test/py/tests/test_efi_secboot/
A Dconftest.py8 from tests import fs_helper
/test/py/tests/test_fs/
A Dconftest.py12 from tests import fs_helper

Completed in 33 milliseconds