X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=t%2Flogs%2Fbad-cflags;h=d06cfd183b31e4eb78fe35cee3837ba44edc1528;hb=ceef2f83a375cace7ee2e1fc7a27dadcbc75737a;hp=f2bc37874deb46c39effdc64716bbfbded33c7fe;hpb=768e3101e9e4e22e0d775ca1191549d825b679d3;p=blhc%2Fblhc.git 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