Explorar o código

Fix annoying build failure because of code coverage increases.

(Logical change 1.78)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@276 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake %!s(int64=21) %!d(string=hai) anos
pai
achega
6ee24ca4df
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      test/testparse.c

+ 4 - 0
test/testparse.c

@@ -48,6 +48,10 @@ int main (void)
 		exit (-1);
 	}
 	
+#ifdef CODE_COVERAGE_COMPILE_OUT
+        saAmfPrintGroups ();
+#endif
+
 	saAmfPrintGroups ();
 
 	return (0);