X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fverbose-build;h=940ab772fb26238fdc1de2677c6eae214c9a9364;hb=343ede32cc9e8ab1c683cb2ea37f414f677c95bb;hp=aba204b83326bd38b7c0b443f54d1eb6244d3df1;hpb=0a47fe3860b5c7aecbb60760010b69a28ef460ff;p=blhc%2Fblhc.git diff --git a/t/logs/verbose-build b/t/logs/verbose-build index aba204b..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...