| 822 | } |
| 823 | |
| 824 | int main(int argc, char *argv[]) |
| 825 | { |
| 826 | common_setup(argv[0]); |
| 827 | |
| 828 | test_edge_probability(); |
| 829 | test_flow_to_route(); |
| 830 | test_channel_maximum_forward(); |
| 831 | |
| 832 | common_shutdown(); |
| 833 | } |
| 834 |
nothing calls this directly
no test coverage detected