]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/bad-cflags
Also split commands on && and ||
[blhc/blhc.git] / t / logs / bad-cflags
index f2bc37874deb46c39effdc64716bbfbded33c7fe..d06cfd183b31e4eb78fe35cee3837ba44edc1528 100644 (file)
@@ -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