X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Fbad-multiline;h=ff7a82630f4edccf44fc11ee9df903449e33080f;hp=91f63a6a118796c45dca0e7a97baad36d6823a6e;hb=ec6915157c741c96bfeed5a2a58246d59ccefdb5;hpb=d7e5c1de20c3adb24676f405e8930a61c5746759 diff --git a/t/logs/bad-multiline b/t/logs/bad-multiline index 91f63a6..ff7a826 100644 --- a/t/logs/bad-multiline +++ b/t/logs/bad-multiline @@ -30,3 +30,13 @@ gcc -g -O2 --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-s gcc -D_FORTIFY_SOURCE=2 -fstack-protector -c test-b.c # Escaped ";" - not really useful, just to check it works. gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security \; -Werror=format-security -D_FORTIFY_SOURCE=1 -c test-a.c + + +if ./bin-aux/missing --run makeinfo \ + test.texi > test.info; \ +then \ + echo good; \ +else + echo bad; \ +fi; \ +gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=1 -c test-b.c