X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fverbose-build;h=940ab772fb26238fdc1de2677c6eae214c9a9364;hb=01e6fd1cdcf4eaa755e4a9a6385e971bfe27774e;hp=18c31931b0f424f2fdef40efb64b7f43e6116a12;hpb=c5394f86cae6babdd822c503b56ff53804bf83f0;p=blhc%2Fblhc.git diff --git a/t/logs/verbose-build b/t/logs/verbose-build index 18c3193..940ab77 100644 --- a/t/logs/verbose-build +++ b/t/logs/verbose-build @@ -1,5 +1,7 @@ # We must ensure a verbose build is used. +dpkg-buildpackage: source package test + checking if you want to see long compiling messages... yes checking if you want to see long compiling messages... no @@ -14,6 +16,26 @@ checking whether compiling and linking against OpenSSL works... yes ... CCLD libtest.la + [CC] src/test-a.o + [CC] src/test-b.o + [CC] src/test_c.o +... + [LD] src/test.o + +# Colored build output. + [CC] src/test-a.o + [CC] src/test-b.o + [CC] src/test_c.o +... + [LD] src/test.o + +# Colored build output (used on armhf and hurd). + [CC(B] src/test-a.o + [CC(B] src/test-b.o + [CC(B] src/test_c.o +... + [LD(B] src/test.o + CC modules/server/test.c Byte-compiling python modules... @@ -38,6 +60,12 @@ g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Wer Building program ../build/bin/test g++ ../build/obj/test/test.o -o /../build/bin/test +# Non verbose. +Compiling test_file.cxx... +# Verbose ... +Compiling test_file.cxx... +g++ -g -O2 -fPIC --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test_file.cxx + # Non verbose. [ 22%] Building CXX object src/CMakeFiles/test/test.cpp.o [ 82%] Building C object src/CMakeFiles/test/test.c.o