X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Ftests.t;h=1d40f82750576a1bd7b98003b3d516553df2b2ab;hp=efbb120a9d55876c5dfd0e3332c45e1c721aec71;hb=dc76b3697c03b4f9f9a2ab3c354207a3f6db15bf;hpb=348195c4876a52caed92b7f3578510a99c905aaa diff --git a/t/tests.t b/t/tests.t index efbb120..1d40f82 100644 --- a/t/tests.t +++ b/t/tests.t @@ -276,6 +276,7 @@ is_blhc 'bad-library', '--all', 4, "CFLAGS missing (-fstack-protector): gcc -D_FORTIFY_SOURCE=2 -g -O2 --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security test.c -fPIC -DPIC -o libtest.o LDFLAGS missing (-Wl,-z,now): gcc -shared -fPIC -DPIC libtest.o -lpthread -O2 -Wl,relro -Wl,--as-needed -o libtest.so LDFLAGS missing (-Wl,-z,relro -Wl,-z,now): gcc -shared -fPIC -DPIC libtest.o -lpthread -O2 -Wl,--as-needed -o libtest.so +LDFLAGS missing (-Wl,-z,now): gcc -shared -fPIC test.o -Wl,-z -Wl,relro -o .libs/libtest.so.1.0.0 ";