(Logical change 1.78) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@276 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -48,6 +48,10 @@ int main (void)
exit (-1);
}
+#ifdef CODE_COVERAGE_COMPILE_OUT
+ saAmfPrintGroups ();
+#endif
+
saAmfPrintGroups ();
return (0);