]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
t: Add another non-verbose test.
authorSimon Ruderich <simon@ruderich.org>
Wed, 11 Apr 2012 14:54:29 +0000 (16:54 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 11 Apr 2012 14:54:29 +0000 (16:54 +0200)
t/logs/verbose-build
t/tests.t

index b6372e0b55362263c3a5e5015ca1417ef1c74be9..7839fb9a9f41c82c4bbefa99039f99dff04ff7e4 100644 (file)
@@ -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
index c6906e2a59aaaa5a304f68264e5341d07d90a2a9..62fef677c726afce55c3055fbd01dd36247d8409 100644 (file)
--- 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