X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fgood-multiline;h=39bba6b1b27dedc85c7b6ecc6a3918db02663ae7;hb=50b731db501c79ad33cb40845c16638703a4ea15;hp=cc4a90c89a74574578baf3de5ef95b9cd7db31a3;hpb=0df26c1c2b30a44adc06f9c93650a6f2e31475c0;p=blhc%2Fblhc.git diff --git a/t/logs/good-multiline b/t/logs/good-multiline index cc4a90c..39bba6b 100644 --- a/t/logs/good-multiline +++ b/t/logs/good-multiline @@ -1,3 +1,5 @@ +dpkg-buildpackage: source package test + # Command over multiple lines. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 \ \ @@ -14,6 +16,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