From 6ee24ca4df0cd4899880466e37c47fe835a18c28 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Wed, 22 Sep 2004 19:57:18 +0000 Subject: [PATCH] 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 --- test/testparse.c | 4 ++++ 1 file changed, 4 insertions(+) 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);