From: Simon Ruderich Date: Wed, 11 Apr 2012 14:54:29 +0000 (+0200) Subject: t: Add another non-verbose test. X-Git-Tag: 0.01~9 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=fd3dc1d84936f1622c296035af410fb75ac0f493 t: Add another non-verbose test. --- diff --git a/t/logs/verbose-build b/t/logs/verbose-build index b6372e0..7839fb9 100644 --- a/t/logs/verbose-build +++ b/t/logs/verbose-build @@ -56,6 +56,10 @@ Byte-compiling python modules (optimized versions) ... Byte-compiling python modules... Byte-compiling python modules (optimized versions) ... +# Don't treat the ".cc" file extension as valid compiler. +Building program ../build/bin/test +Compiling test/test.cc to ../build/test/test.o + # Non verbose. Compiling test/test.cc to ../build/test/test.o Building shared library ../build/test/libtest.so.1.2.3 diff --git a/t/tests.t b/t/tests.t index c6906e2..62fef67 100644 --- a/t/tests.t +++ b/t/tests.t @@ -454,6 +454,8 @@ NONVERBOSE BUILD: [LD] src/test.o NONVERBOSE BUILD: CC modules/server/test.c NONVERBOSE BUILD: C++ test/test.o NONVERBOSE BUILD: C++ test.cpp +NONVERBOSE BUILD: Building program ../build/bin/test +NONVERBOSE BUILD: Compiling test/test.cc to ../build/test/test.o NONVERBOSE BUILD: Compiling test/test.cc to ../build/test/test.o NONVERBOSE BUILD: Building shared library ../build/test/libtest.so.1.2.3 NONVERBOSE BUILD: Compiling test.cc to ../build/test/test.o