X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Fbad-cflags;fp=t%2Flogs%2Fbad-cflags;h=d06cfd183b31e4eb78fe35cee3837ba44edc1528;hp=f2bc37874deb46c39effdc64716bbfbded33c7fe;hb=ceef2f83a375cace7ee2e1fc7a27dadcbc75737a;hpb=189d593d45a3cab37a1908c2ae6c0c0d0916d60d diff --git a/t/logs/bad-cflags b/t/logs/bad-cflags index f2bc378..d06cfd1 100644 --- a/t/logs/bad-cflags +++ b/t/logs/bad-cflags @@ -14,3 +14,7 @@ gcc -fPIC -g -O2 -fstack-protector-strong -Wformat-security -Werror=format-secur gcc test.c -o test.output (gcc -Wl,-z,relro -o test.output test.c) + +rm whatever ; gcc test-comma.c +rm whatever && gcc test-and.c +rm whatever || gcc test-or.c