X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Ftests.t;h=c6906e2a59aaaa5a304f68264e5341d07d90a2a9;hp=e238b1ad58aa188ec45cc51ef02c487f82b821ff;hb=d6333e474554290abc21a27bbd1de7e0be1a4e10;hpb=bd7b1799dc0a22cf13fcd82584c06ed8c67e1117 diff --git a/t/tests.t b/t/tests.t index e238b1a..c6906e2 100644 --- a/t/tests.t +++ b/t/tests.t @@ -19,7 +19,7 @@ use strict; use warnings; -use Test::More tests => 130; +use Test::More tests => 132; sub is_blhc { @@ -475,12 +475,10 @@ CFLAGS missing (-Werror=format-security): cd /tmp/test/src && /usr/bin/gcc -g -O # configure/make is_blhc 'configure', '', 1, - 'No compiler commands! -'; + $empty; is_blhc 'make', '', 1, - 'No compiler commands! -'; + $empty; @@ -660,6 +658,12 @@ is_blhc 'debian-hardening-wrapper', '', 16, $debian_hardening_wrapper; +# false positives + +is_blhc 'false-positives', '', 1, + $empty; + + # buildd support is_blhc 'empty', '--buildd', 1,