Home
last modified time | relevance | path

Searched full:tests (Results 1 – 25 of 92) sorted by relevance

1234

/sof-3.4.0/scripts/
Drun-mocks.sh16 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/
Dmixer_test.c152 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/
Dtest-all-defconfigs.sh15 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/
Ddemux_copy.c285 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 …]
Dmux_copy.c304 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/
DREADME.md4 …ect/sof/actions/workflows/daily-tests.yml/badge.svg)](https://github.com/thesofproject/sof/actions…
14 ## Running the tests
D.travis.yml19 # 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/
DREADME1 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
Dsof_test_perf_README.txt19 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.
Dsof_test_perf_top.m19 % Edit to next lines the configs list the actual tests to
26 %% Run tests
/sof-3.4.0/test/cmocka/src/lib/alloc/
Dalloc.c42 * 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/
DCMakeLists.txt20 add_custom_target(tests target
31 add_custom_target(tests-clean
/sof-3.4.0/test/cmocka/src/list/
Dlist_item.c38 const struct CMUnitTest tests[] = { in main() local
44 return cmocka_run_group_tests(tests, NULL, NULL); in main()
Dlist_init.c39 const struct CMUnitTest tests[] = { in main() local
46 return cmocka_run_group_tests(tests, NULL, NULL); in main()
Dlist_is_empty.c43 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/
Dfind_min_int16.c39 const struct CMUnitTest tests[] = { in main() local
48 return cmocka_run_group_tests(tests, NULL, NULL); in main()
Dnorm_int32.c44 const struct CMUnitTest tests[] = { in main() local
54 return cmocka_run_group_tests(tests, NULL, NULL); in main()
Dfind_max_abs_int32.c40 const struct CMUnitTest tests[] = { in main() local
49 return cmocka_run_group_tests(tests, NULL, NULL); in main()
Dfind_equal_int16.c45 const struct CMUnitTest tests[] = { in main() local
54 return cmocka_run_group_tests(tests, NULL, NULL); in main()
Dceil_divide.c52 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/
Dget_arg.c39 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/
Dvolume_process.c321 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 = &parameters[i]; in main()
333 return cmocka_run_group_tests(tests, NULL, NULL); in main()
/sof-3.4.0/test/cmocka/src/audio/buffer/
Dbuffer_new.c42 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/
Dcos_16b_fixed.c46 const struct CMUnitTest tests[] = { in main() local
52 return cmocka_run_group_tests(tests, NULL, NULL); in main()
Dcos_32b_fixed.c46 const struct CMUnitTest tests[] = { in main() local
52 return cmocka_run_group_tests(tests, NULL, NULL); in main()

1234