MCPcopy Create free account
hub / github.com/F-Stack/f-stack / testsuite_setup

Function testsuite_setup

dpdk/app/test-bbdev/test_bbdev_perf.c:1004–1015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1002}
1003
1004static int
1005testsuite_setup(void)
1006{
1007 TEST_ASSERT_SUCCESS(read_test_vector(), "Test suite setup failed\n");
1008
1009 if (populate_active_devices() == 0) {
1010 printf("No suitable devices found!\n");
1011 return TEST_SKIPPED;
1012 }
1013
1014 return TEST_SUCCESS;
1015}
1016
1017static int
1018interrupt_testsuite_setup(void)

Callers

nothing calls this directly

Calls 3

read_test_vectorFunction · 0.85
populate_active_devicesFunction · 0.85
printfFunction · 0.50

Tested by

no test coverage detected