X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Ftests.t;h=555b5be3b27d15986c19e5439eb9622e7d78b720;hp=ff9e3edb6f2aa9e1b267b2620d69248672c32378;hb=c53acd8e582d6065004d0d7a95e9eb829c17f1d6;hpb=981d562930dc0f7eb76323571ccad3332029371a diff --git a/t/tests.t b/t/tests.t index ff9e3ed..555b5be 100644 --- a/t/tests.t +++ b/t/tests.t @@ -19,7 +19,7 @@ use strict; use warnings; -use Test::More tests => 86; +use Test::More tests => 88; sub is_blhc { @@ -540,6 +540,10 @@ CPPFLAGS missing (-D_FORTIFY_SOURCE=2): gcc -c `dpkg-buildflags --get LDFLAGS` t LDFLAGS missing (-Wl,-z,relro): gcc -o test test.o `dpkg-buildflags --get CFLAGS` '; +is_blhc 'debian-hardening-wrapper', '', 16, + 'HARDENING WRAPPER: no checks possible, aborting +'; + # buildd support