X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Ftests.t;h=60136066cb072ddba3d88c0b0067fbee2822e741;hb=73f360f993232da0522e658a2059ea020dab2842;hp=f122c2527c3a3733d5c6cf2e575262b827942a80;hpb=2475b608a1edcc1a00d8046e32b55472dd81684f;p=blhc%2Fblhc.git diff --git a/t/tests.t b/t/tests.t index f122c25..6013606 100644 --- 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,