| 501 | }; |
| 502 | |
| 503 | static int |
| 504 | test_ipfrag(void) |
| 505 | { |
| 506 | rte_log_set_global_level(RTE_LOG_DEBUG); |
| 507 | rte_log_set_level(RTE_LOGTYPE_EAL, RTE_LOG_DEBUG); |
| 508 | |
| 509 | return unit_test_suite_runner(&ipfrag_testsuite); |
| 510 | } |
| 511 | |
| 512 | |
| 513 | REGISTER_FAST_TEST(ipfrag_autotest, false, true, test_ipfrag); |
nothing calls this directly
no test coverage detected