X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Ftests.t;h=60136066cb072ddba3d88c0b0067fbee2822e741;hp=f122c2527c3a3733d5c6cf2e575262b827942a80;hb=5b6b8e2eddbb9e6590e59a84d160e5d23bc09a9a;hpb=2475b608a1edcc1a00d8046e32b55472dd81684f 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,