]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/c++
Ignore compiler when used as file suffixes.
[blhc/blhc.git] / t / logs / c++
index 34d741917435f2f82f5a1d0aca8e4a4bbf217afe..3e988d39559d2bb14ee2f24fc635ef7a3c41d33a 100644 (file)
@@ -18,6 +18,10 @@ rm c++test.h
 c++\
     test.c
 
+rm test.c++
+c++\
+    test.c++
+
 c++-4.6 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.cpp
 c++-4.6 -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.cpp
 c++-4.6 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.cpp