Home
last modified time | relevance | path

Searched refs:testcase_with_data (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test/
H A Dtest.c41 suite->unit_test_cases[iter].testcase_with_data; \
349 else if (tc.testcase_with_data) in unit_test_suite_runner()
350 test_success = tc.testcase_with_data(tc.data); in unit_test_suite_runner()
H A Dtest.h111 int (*testcase_with_data)(const void *data); member
H A Dtest_cryptodev_blockcipher.c1202 tc->testcase_with_data = blockcipher_test_case_run; in build_blockcipher_test_suite()
1211 tc->testcase_with_data = NULL; in build_blockcipher_test_suite()