X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Ftests.t;h=3108c19c925f3bbaf0a42e11494e9e981ab6bb06;hp=0b98fe3648a00e9be9a70b02bbc605d6308642be;hb=1c5b2d2454bc2bf82ba6bbcc9ecd8601b162f992;hpb=f61763f97aa10059755d434556945465a4984aab diff --git a/t/tests.t b/t/tests.t index 0b98fe3..3108c19 100644 --- a/t/tests.t +++ b/t/tests.t @@ -613,17 +613,32 @@ is_blhc 'debian-cmake', '--buildd', 32, # multiple files is_blhc ['good', 'good-pie', 'good-bindnow', 'good-all', 'good-multiline', 'good-library'], '', 0, - ''; + "checking './t/logs/good'... +checking './t/logs/good-pie'... +checking './t/logs/good-bindnow'... +checking './t/logs/good-all'... +checking './t/logs/good-multiline'... +checking './t/logs/good-library'... +"; is_blhc ['good-all', 'good-library'], '--all', 0, - ''; + "checking './t/logs/good-all'... +checking './t/logs/good-library'... +"; is_blhc ['arch-i386', 'arch-ia64'], '', 8, - $arch_i386 . $arch_ia64; + "checking './t/logs/arch-i386'...\n" + . $arch_i386 + . "checking './t/logs/arch-ia64'...\n" + . $arch_ia64; # No exit when multiple files are specified. is_blhc ['bad-ldflags', 'empty', 'arch-avr32', 'debian-hardening-wrapper'], '', 25, - $bad_ldflags + "checking './t/logs/bad-ldflags'...\n" + . $bad_ldflags + . "checking './t/logs/empty'...\n" . $empty + . "checking './t/logs/arch-avr32'...\n" . $arch_avr32 + . "checking './t/logs/debian-hardening-wrapper'...\n" . $debian_hardening_wrapper ;