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
This commit is contained in:
Dag-Erling Smørgrav 2016-01-09 18:42:28 +00:00
parent 41a50e0c57
commit ddfa63ca38
1 changed files with 4 additions and 0 deletions

4
t/t.h
View File

@ -32,6 +32,10 @@
#ifndef T_H_INCLUDED
#define T_H_INCLUDED
#if _BullseyeCoverage
_Pragma("BullseyeCoverage save off")
#endif
#include <security/openpam_attr.h>
struct t_test {