Searched refs:tests (Results 1 – 18 of 18) sorted by relevance
| /test/cmd/ |
| A D | mem_copy.c | 60 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 D | Kconfig | 4 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 D | test-main.c | 267 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 D | run | 21 skip=--skip-net-tests 34 skip=--skip-net-tests
|
| /test/env/ |
| A D | Kconfig | 2 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 D | Kconfig | 8 tests on the fdt overlay code. 9 If all is well then all tests pass although there will be a few
|
| /test/dm/ |
| A D | Kconfig | 6 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 D | test_suite.py | 39 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 D | test_cat.py | 8 from tests import fs_helper
|
| A D | test_xxd.py | 8 from tests import fs_helper
|
| A D | test_efi_bootmgr.py | 8 from tests import fs_helper
|
| A D | test_eficonfig.py | 10 from tests import fs_helper
|
| A D | test_ut.py | 18 from tests import fs_helper
|
| /test/optee/ |
| A D | Kconfig | 7 tests on the optee library code..
|
| /test/image/ |
| A D | Kconfig | 5 bool "Unit tests for SPL load methods" 14 bool "Unit tests for filesystems"
|
| /test/py/tests/test_efi_capsule/ |
| A D | conftest.py | 10 from tests import fs_helper
|
| /test/py/tests/test_efi_secboot/ |
| A D | conftest.py | 8 from tests import fs_helper
|
| /test/py/tests/test_fs/ |
| A D | conftest.py | 12 from tests import fs_helper
|
Completed in 33 milliseconds