| 1029 | } |
| 1030 | |
| 1031 | static void |
| 1032 | graph_teardown(void) |
| 1033 | { |
| 1034 | int id; |
| 1035 | |
| 1036 | id = rte_graph_destroy(rte_graph_from_name("worker0")); |
| 1037 | if (id) |
| 1038 | printf("Graph Destroy failed\n"); |
| 1039 | } |
| 1040 | |
| 1041 | static struct unit_test_suite graph_testsuite = { |
| 1042 | .suite_name = "Graph library test suite", |
nothing calls this directly
no test coverage detected