diff --git a/test/testparse.c b/test/testparse.c index ce2dd7c1..76d15356 100644 --- a/test/testparse.c +++ b/test/testparse.c @@ -48,6 +48,10 @@ int main (void) exit (-1); } +#ifdef CODE_COVERAGE_COMPILE_OUT + saAmfPrintGroups (); +#endif + saAmfPrintGroups (); return (0);