From fd3dc1d84936f1622c296035af410fb75ac0f493 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 11 Apr 2012 16:54:29 +0200 Subject: [PATCH] t: Add another non-verbose test. --- t/logs/verbose-build | 4 ++++ t/tests.t | 2 ++ 2 files changed, 6 insertions(+) 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 -- 2.43.2