]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/tests.t
Handle false positive from make.
[blhc/blhc.git] / t / tests.t
index 46a789cbeae05714bbbe62d156394cad135f709e..3b9c332292db849b0a7b9e88b0e7cd2e2305b22b 100644 (file)
--- 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