]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/good-library
Add more tests.
[blhc/blhc.git] / t / logs / good-library
index c160a8a800ebcd6deeb74ea2e1de975e55e323c5..cdf9c76df8acd55b78a7566236eb4fe07964777c 100644 (file)
@@ -1,4 +1,22 @@
+dpkg-buildpackage: source package test
+
 # -fPIC and -fPIE conflict with each other and -fPIE is not necessary for
 # libraries.
-gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security test.c -fPIC -DPIC -o libtest.o
+gcc -D_FORTIFY_SOURCE=2 -g -Wl,relro -Wl,now -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security test.c -fPIC -DPIC -o libtest.so
+gcc -D_FORTIFY_SOURCE=2 -g -Wl,relro -Wl,now -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security test.cc -fPIC -DPIC -o libtest.so
 gcc -shared -fPIC -DPIC libtest.o -lpthread -O2 -Wl,relro -Wl,now -Wl,--as-needed -o libtest.so
+
+gcc -shared -fPIC test.o -Wl,-z -Wl,relro -Wl,now -o .libs/libtest.so.1.0.0
+
+gcc -shared -fPIE -pie -o libtest.so.0d ./test-a.o test/./test-b.o -Wl,-z,relro -Wl,-z,now -lpthread -ldl
+/usr/bin/g++ -shared -fpic -Wl,-z,relro -Wl,-z,now -o libtest-6.1.so.0 test.o -ltiff -lz
+
+gcc -Wl,-z,now -Wl,-z,relro -Wl,--as-needed  -fPIE -pie -o test.cgi test.o -lgcrypt
+
+gcc -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,now -fPIE -pie -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security test.c -o lib`basename test/test`.so
+
+gcc -fPIE -pie -Wl,-z,relro -Wl,-z,now -o test+test test+test.o
+gcc -fPIE -pie -Wl,-z,relro -Wl,-z,now -o test.test test.test.o
+gcc -fPIE -pie -Wl,-z,relro -Wl,-z,now -o test.bin test.test.o
+gcc -fPIE -pie -Wl,-z,relro -Wl,-z,now -o test.real test.test.o
+gcc -fPIE -pie -Wl,-z,relro -Wl,-z,now -o test.cgi test.test.o