]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/tests.t
Fix --ignore-flag with -fPIE.
[blhc/blhc.git] / t / tests.t
index eff3d2bea0d703ec13005c2f7e43165cf479adca..3ef7cd1d8a85b86021afee7320faf634252afcfd 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -19,7 +19,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 138;
+use Test::More tests => 140;
 
 
 sub is_blhc {
@@ -97,6 +97,8 @@ is_blhc 'ignore-flag', '--ignore-flag -g', 8,
 is_blhc 'ignore-flag', '--ignore-flag -g --ignore-flag -O2', 0,
         '';
 
+is_blhc 'ignore-flag-ldflags', '--ignore-flag -fPIE', 0,
+        '';
 
 # Ignore certain lines.