]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
t: Add tests for "libtool --mode=compile".
authorSimon Ruderich <simon@ruderich.org>
Sat, 10 Mar 2012 21:39:59 +0000 (22:39 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 10 Mar 2012 21:39:59 +0000 (22:39 +0100)
t/logs/libtool
t/tests.t

index cde74f9a312d081bbee11103bbd7d8e8b31ab1f3..a948e7441379062830693c6372b46ba20c59a72b 100644 (file)
@@ -1,3 +1,5 @@
+/bin/bash ../../libtool --tag=CC   --mode=compile x86_64-linux-gnu-gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -c test.c
+
 libtool: link: g++ -shared test-a.o test-b.o test-b.o test-c.o -O2 -pie -Wl,relro -Wl,now -o test.so
 libtool: link: g++ -shared test-a.o test-b.o test-b.o test-c.o -O2 -Wl,relro -o test.so
 
index 2f886acad6df9ab763400fe45490732257814b17..ad33134576720c46c96f3cd0d0d7ea3b0d08c441 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -304,7 +304,8 @@ LDFLAGS missing (-Wl,-z,relro -fPIE -pie -Wl,-z,now): g++ -Wl,-z,defs -o test te
 # libtool
 
 is_blhc 'libtool', '--bindnow', 4,
-        "LDFLAGS missing (-fPIE): libtool: link: g++ -shared test-a.o test-b.o test-b.o test-c.o -O2 -pie -Wl,relro -Wl,now -o test.so
+        "CFLAGS missing (-Wformat -fPIE): /bin/bash ../../libtool --tag=CC   --mode=compile x86_64-linux-gnu-gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Werror=format-security -c test.c
+LDFLAGS missing (-fPIE): libtool: link: g++ -shared test-a.o test-b.o test-b.o test-c.o -O2 -pie -Wl,relro -Wl,now -o test.so
 LDFLAGS missing (-fPIE -pie -Wl,-z,now): libtool: link: g++ -shared test-a.o test-b.o test-b.o test-c.o -O2 -Wl,relro -o test.so
 LDFLAGS missing (-fPIE -pie -Wl,-z,now): libtool: link: gcc -Wl,-z -Wl,relro -o test test.o
 LDFLAGS missing (-fPIE -pie -Wl,-z,now): /bin/bash ../libtool --tag=CC --mode=link gcc -Wl,-z,relro -o test.so test.o