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

Function test_lf_stack

dpdk/app/test/test_stack.c:372–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372static int
373test_lf_stack(void)
374{
375#if defined(RTE_STACK_LF_SUPPORTED)
376 return __test_stack(RTE_STACK_F_LF);
377#else
378 return TEST_SKIPPED;
379#endif
380}
381
382REGISTER_FAST_TEST(stack_autotest, false, true, test_stack);
383REGISTER_FAST_TEST(stack_lf_autotest, false, true, test_lf_stack);

Callers

nothing calls this directly

Calls 1

__test_stackFunction · 0.85

Tested by

no test coverage detected