| 48 | } |
| 49 | |
| 50 | int main(int argc, char *argv[]) |
| 51 | { |
| 52 | RIG rig; |
| 53 | printf("testing rig timeouts when rig powered off\n"); |
| 54 | |
| 55 | /* Turn off backend debugging output */ |
| 56 | rig_set_debug_level(RIG_DEBUG_NONE); |
| 57 | rig_load_all_backends(); |
| 58 | rig_list_foreach(callback, &rig); |
| 59 | return 0; |
| 60 | } |
nothing calls this directly
no test coverage detected