From ddfa63ca389f5ce6a41619503b48fa597e0fd724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 9 Jan 2016 18:42:28 +0000 Subject: [PATCH] Disable coverage analysis of tests and test infrastructure. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@883 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- t/t.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t/t.h b/t/t.h index 1d75fba..2f6c858 100644 --- a/t/t.h +++ b/t/t.h @@ -32,6 +32,10 @@ #ifndef T_H_INCLUDED #define T_H_INCLUDED +#if _BullseyeCoverage +_Pragma("BullseyeCoverage save off") +#endif + #include struct t_test {