]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/good
t: Add linker test with -o at the end of the line.
[blhc/blhc.git] / t / logs / good
index ce969ff8ae634f53f313165666e2a95ca7adaa4a..7233bc788a3ee1e0e2c76fa1f9f1fb7aef6b2a11 100644 (file)
@@ -15,3 +15,5 @@ gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-securit
 
 g++ -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -pthread -o ./testProgram -Wl,-z,relro ../src/test/testProgram.cpp
 g++  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -pthread -Wl,-z,relro -o ../src/test/bin/test ../src/test/objs/test.o
+
+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