diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -45,6 +45,11 @@ static void usage() */ int main(int argc, char *argv[]) { +#ifdef COVERAGE + assert(!covsrv_init()); + atexit(covsrv_destroy); +#endif + int opt; while ((opt = getopt(argc, argv, "hI:")) != -1) { switch (opt) { |
