X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Fgood-multiline;h=e97595872fae6ab852e0b94e7aadf369488c055d;hp=cc4a90c89a74574578baf3de5ef95b9cd7db31a3;hb=1e14f11b78c973963f9aafeb3ed8c1cd2f0f76f8;hpb=73f360f993232da0522e658a2059ea020dab2842 diff --git a/t/logs/good-multiline b/t/logs/good-multiline index cc4a90c..e975958 100644 --- a/t/logs/good-multiline +++ b/t/logs/good-multiline @@ -14,6 +14,18 @@ gcc \ test \ test-a.o test-b.o test-c.o \ -ltest +gcc \ + -Wl,-z,relro \ +-o\ +test \ + test-a.o test-b.o test-c.o \ +-ltest +gcc \ + -Wl,-z,relro \ +-o\ + test\ + test-a.o test-b.o test-c.o \ +-ltest # Multiple commands in a single line. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.c; gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.c