]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/tests.t
Ignore false positive in ./configure summary.
[blhc/blhc.git] / t / tests.t
index f122c2527c3a3733d5c6cf2e575262b827942a80..60136066cb072ddba3d88c0b0067fbee2822e741 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -19,7 +19,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 66;
+use Test::More tests => 68;
 
 
 sub is_blhc {
@@ -280,6 +280,12 @@ LDFLAGS missing (-Wl,-z,now): gcc -shared -fPIC test.o -Wl,-z -Wl,relro -o .libs
 ";
 
 
+# configure
+
+is_blhc 'configure', '', 0,
+        '';
+
+
 # cc
 
 is_blhc 'cc', '--pie --bindnow', 4,