| 126 | } |
| 127 | |
| 128 | static int mainTest(int argc, const char* argv[]) |
| 129 | { |
| 130 | return mainExtended(testables, "test", argc, argv); |
| 131 | } |
| 132 | |
| 133 | static int mainFluxfile(int argc, const char* argv[]) |
| 134 | { |
nothing calls this directly
no test coverage detected