X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Flogs%2Fgood;h=2519eea27df07667f0754f43be48a3fae56fd41c;hp=74057f5e52a9c901ebd560ae11d2afb5e847539c;hb=fd2822367ae3c4bcc451d2f82e4b1cee87a741d6;hpb=5f36c99fe17184b3b10edf4d89b8d8f82cedd175 diff --git a/t/logs/good b/t/logs/good index 74057f5..2519eea 100644 --- a/t/logs/good +++ b/t/logs/good @@ -21,8 +21,8 @@ g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-securi g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -pthread -Wl,-z,relro ../src/test/objs/test.o -o ../src/test/bin/test -gcc -c -o test test.S -gcc -D_FORTIFY_SOURCE=2 -c -o test test.s +gcc -D_FORTIFY_SOURCE=2 -c -o test.o test.S +gcc -c -o test.o test.s gcc -fPIC -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -c -D_FORTIFY_SOURCE=2 ../../../../src/test/test.c -o test.so.o @@ -30,4 +30,11 @@ gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-securit gcc -E -D_FORTIFY_SOURCE=2 test.c +gcc -S -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 test.c + gcc -Wl,-z,relro -o test test.cpp.o + +command --cc test + +gcc -MM test.c > test.d +gcc -MM -MT test.d test.c