| 6508 | } |
| 6509 | |
| 6510 | static int |
| 6511 | interrupt_tc(void) |
| 6512 | { |
| 6513 | return run_test_case(throughput_test); |
| 6514 | } |
| 6515 | |
| 6516 | static struct unit_test_suite bbdev_bler_testsuite = { |
| 6517 | .suite_name = "BBdev BLER Tests", |
nothing calls this directly
no test coverage detected