| 158 | } |
| 159 | |
| 160 | static int |
| 161 | test_vdev(void) |
| 162 | { |
| 163 | printf("== test vdev bus ==\n"); |
| 164 | if (test_vdev_bus() < 0) |
| 165 | return -1; |
| 166 | return 0; |
| 167 | } |
| 168 | |
| 169 | REGISTER_FAST_TEST(vdev_autotest, true, true, test_vdev); |
nothing calls this directly
no test coverage detected