]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/bad-multiline
Improve linker command detection to handle line breaks correctly.
[blhc/blhc.git] / t / logs / bad-multiline
index 490690a1584e7cdc1a335b125df18f04e93e799e..9ecf89b8fa2b37266e3cd6373961382ed1a2d633 100644 (file)
@@ -9,6 +9,15 @@ gcc -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security\
 gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.c
 gcc -Wl,-z,relro -o test test-a.o test-b.o test-c.o\
        -ltest
+gcc -o\
+test test-c.o test-a.o test-b.o\
+       -ltest
+gcc -o \
+test test-c.o test-b.o test-a.o\
+       
+gcc -o \
+test test-b.o test-a.o test-c.c\
+       
 
 # Multiple commands in a single line.
 gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -c test-a.c; gcc -D_FORTIFY_SOURCE=2 -c test-b.c