X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Ftests.t;h=3b9c332292db849b0a7b9e88b0e7cd2e2305b22b;hp=46a789cbeae05714bbbe62d156394cad135f709e;hb=f939b4685a7cb1e1003fbd81a4f136c254b554a4;hpb=95bb26de690e971a07780da13c5fa19ab61864e8 diff --git a/t/tests.t b/t/tests.t index 46a789c..3b9c332 100644 --- a/t/tests.t +++ b/t/tests.t @@ -19,7 +19,7 @@ use strict; use warnings; -use Test::More tests => 88; +use Test::More tests => 90; sub is_blhc { @@ -396,12 +396,17 @@ CFLAGS missing (-Werror=format-security): cd /tmp/test/src && /usr/bin/gcc -g -O '; -# configure +# configure/make is_blhc 'configure', '', 1, 'No compiler commands! '; +is_blhc 'make', '', 1, + 'No compiler commands! +'; + + # cc