X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Ftests.t;h=1ed4dd347d61da6a60c241ae649ca4eeb5f2d25e;hp=4c6b5dcac129a4deb0e3e4c3a180fe5287cb9891;hb=a232d32f22387fdaf393ee3fa51c0ae9922cf824;hpb=290a8e3484c700ebb91c3460820310e03ca38cb2 diff --git a/t/tests.t b/t/tests.t index 4c6b5dc..1ed4dd3 100644 --- a/t/tests.t +++ b/t/tests.t @@ -19,7 +19,7 @@ use strict; use warnings; -use Test::More tests => 226; +use Test::More tests => 228; sub is_blhc { @@ -967,6 +967,11 @@ is_blhc 'debian-cmake', '--buildd', 0, '; +# debian specific settings + +is_blhc 'debian-gcc-pie', '--debian', 0, ''; + + # multiple files is_blhc ['good', 'good-pie', 'good-bindnow', 'good-all', 'good-multiline', 'good-library'], '', 0,