/sof-3.4.0/scripts/ |
D | run-mocks.sh | 16 Re-compiles unit tests with the host toolchain and runs them one by 61 local TESTS; TESTS=$(find build_ut/test -type f -executable -print) 62 echo test are "${TESTS}" 63 for test in ${TESTS}
|
/sof-3.4.0/test/cmocka/src/audio/mixer/ |
D | mixer_test.c | 152 struct CMUnitTest tests[ARRAY_SIZE(mix_test_cases)]; in main() local 157 for (i = 0; i < ARRAY_SIZE(tests); (++i, ++cur_test_case)) { in main() 158 tests[i].test_func = test_audio_mixer_copy; in main() 159 tests[i].initial_state = &mix_test_cases[cur_test_case]; in main() 160 tests[i].setup_func = test_setup; in main() 161 tests[i].teardown_func = test_teardown; in main() 162 tests[i].name = mix_test_cases[cur_test_case].name; in main() 167 return cmocka_run_group_tests(tests, NULL, NULL); in main()
|
/sof-3.4.0/test/ |
D | test-all-defconfigs.sh | 15 printf '\n ========= Building native cmocka tests for %s ======\n\n' "$conf" 36 # Now run all the tests 38 printf '\n\n ========= Running native cmocka tests in %s ======\n\n' "$d"
|
/sof-3.4.0/test/cmocka/src/audio/mux/ |
D | demux_copy.c | 285 struct CMUnitTest tests[ARRAY_SIZE(valid_formats) * ARRAY_SIZE(masks)]; in main() local 302 tests[ti].name = get_test_name(j, "s16le"); in main() 303 tests[ti].test_func = test_demux_copy_proc_16; in main() 308 tests[ti].name = get_test_name(j, "s24_4le"); in main() 309 tests[ti].test_func = test_demux_copy_proc_24; in main() 314 tests[ti].name = get_test_name(j, "s32le"); in main() 315 tests[ti].test_func = test_demux_copy_proc_32; in main() 326 tests[ti].initial_state = td; in main() 327 tests[ti].setup_func = setup_test_case; in main() 328 tests[ti].teardown_func = teardown_test_case; in main() [all …]
|
D | mux_copy.c | 304 struct CMUnitTest tests[ARRAY_SIZE(valid_formats) * ARRAY_SIZE(masks)]; in main() local 320 tests[ti].name = get_test_name(j, "s16le"); in main() 321 tests[ti].test_func = test_mux_copy_proc_16; in main() 326 tests[ti].name = get_test_name(j, "s24_4le"); in main() 327 tests[ti].test_func = test_mux_copy_proc_24; in main() 332 tests[ti].name = get_test_name(j, "s32le"); in main() 333 tests[ti].test_func = test_mux_copy_proc_32; in main() 344 tests[ti].initial_state = td; in main() 345 tests[ti].setup_func = setup_test_case; in main() 346 tests[ti].teardown_func = teardown_test_case; in main() [all …]
|
/sof-3.4.0/ |
D | README.md | 4 …ect/sof/actions/workflows/daily-tests.yml/badge.svg)](https://github.com/thesofproject/sof/actions… 14 ## Running the tests
|
D | .travis.yml | 19 # only as presentation labels. Nothing in stage "tests" will run if 24 - tests 55 # stage tests 58 stage: tests
|
/sof-3.4.0/tools/test/audio/ |
D | README | 1 SOF Audio Processing Components Tests 5 are met. The tests are currently for measured audio objective quality 38 Tests for component SRC 41 The top level shell script to launch tests is src_test.sh. See script
|
D | sof_test_perf_README.txt | 19 The tests can also use digital interfaces like S/PDIF if available in 24 The key tests to execute to quickly verify playback/recording audio 32 performance indicators testing. Tests like THD+N also work for 111 4. Tests reporting 115 THD+N tests.
|
D | sof_test_perf_top.m | 19 % Edit to next lines the configs list the actual tests to 26 %% Run tests
|
/sof-3.4.0/test/cmocka/src/lib/alloc/ |
D | alloc.c | 42 * rmalloc tests 71 * the RZONE_BUFFER and RZONE_RUNTIME tests will not work. 106 * rzalloc tests 165 * rballoc tests 328 struct CMUnitTest tests[ARRAY_SIZE(test_cases)]; in main() local 333 struct CMUnitTest *t = &tests[i]; in main() 344 return cmocka_run_group_tests(tests, setup, teardown); in main()
|
/sof-3.4.0/tools/test/topology/ |
D | CMakeLists.txt | 20 add_custom_target(tests target 31 add_custom_target(tests-clean
|
/sof-3.4.0/test/cmocka/src/list/ |
D | list_item.c | 38 const struct CMUnitTest tests[] = { in main() local 44 return cmocka_run_group_tests(tests, NULL, NULL); in main()
|
D | list_init.c | 39 const struct CMUnitTest tests[] = { in main() local 46 return cmocka_run_group_tests(tests, NULL, NULL); in main()
|
D | list_is_empty.c | 43 const struct CMUnitTest tests[] = { in main() local 50 return cmocka_run_group_tests(tests, NULL, NULL); in main()
|
/sof-3.4.0/test/cmocka/src/math/numbers/ |
D | find_min_int16.c | 39 const struct CMUnitTest tests[] = { in main() local 48 return cmocka_run_group_tests(tests, NULL, NULL); in main()
|
D | norm_int32.c | 44 const struct CMUnitTest tests[] = { in main() local 54 return cmocka_run_group_tests(tests, NULL, NULL); in main()
|
D | find_max_abs_int32.c | 40 const struct CMUnitTest tests[] = { in main() local 49 return cmocka_run_group_tests(tests, NULL, NULL); in main()
|
D | find_equal_int16.c | 45 const struct CMUnitTest tests[] = { in main() local 54 return cmocka_run_group_tests(tests, NULL, NULL); in main()
|
D | ceil_divide.c | 52 const struct CMUnitTest tests[] = { in main() local 58 return cmocka_run_group_tests(tests, NULL, NULL); in main()
|
/sof-3.4.0/test/cmocka/src/lib/preproc/ |
D | get_arg.c | 39 const struct CMUnitTest tests[] = { in main() local 46 return cmocka_run_group_tests(tests, NULL, NULL); in main()
|
/sof-3.4.0/test/cmocka/src/audio/volume/ |
D | volume_process.c | 321 struct CMUnitTest tests[num_tests]; in main() local 324 tests[i].name = "test_audio_vol"; in main() 325 tests[i].test_func = test_audio_vol; in main() 326 tests[i].setup_func = setup; in main() 327 tests[i].teardown_func = teardown; in main() 328 tests[i].initial_state = ¶meters[i]; in main() 333 return cmocka_run_group_tests(tests, NULL, NULL); in main()
|
/sof-3.4.0/test/cmocka/src/audio/buffer/ |
D | buffer_new.c | 42 const struct CMUnitTest tests[] = { in main() local 48 return cmocka_run_group_tests(tests, NULL, NULL); in main()
|
/sof-3.4.0/test/cmocka/src/math/trig/ |
D | cos_16b_fixed.c | 46 const struct CMUnitTest tests[] = { in main() local 52 return cmocka_run_group_tests(tests, NULL, NULL); in main()
|
D | cos_32b_fixed.c | 46 const struct CMUnitTest tests[] = { in main() local 52 return cmocka_run_group_tests(tests, NULL, NULL); in main()
|