X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fgood;h=02f3b67e8a3cfa6b511ece02f3507987db0a6cf2;hb=1cb16865ed1cc6889b121c3ec7320543cb3760f2;hp=82a6d97f548472a1f8a56c41712b632d2c0a2af3;hpb=35a018278ad2fb931749f25d41bea0b7bd4f11e9;p=blhc%2Fblhc.git diff --git a/t/logs/good b/t/logs/good index 82a6d97..02f3b67 100644 --- a/t/logs/good +++ b/t/logs/good @@ -21,11 +21,18 @@ 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 gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro test.c -o test.output gcc -E -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