]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/tests.t
Correctly detect verbose CMake builds.
[blhc/blhc.git] / t / tests.t
index 5daab16d29e319954503cae224eec735ca6ce416..76dc7dafb8440b35989f00c593e6ef259c47ad04 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -294,7 +294,7 @@ LDFLAGS missing (-Wl,-z,relro -Wl,-z,now): /usr/bin/g++ -shared -fpic -o libtest
 
 # check the build log is verbose
 
-is_blhc 'verbose-build', '', 5,
+is_blhc 'verbose-build', '', 4,
         "NONVERBOSE BUILD: checking if you want to see long compiling messages... no
 NONVERBOSE BUILD:   CC     libtest-a.lo
 NONVERBOSE BUILD:   CC     libtest-b.lo
@@ -304,7 +304,7 @@ NONVERBOSE BUILD:   CCLD   libtest.la
 NONVERBOSE BUILD: CC modules/server/test.c
 NONVERBOSE BUILD: Compiling test/test.cc to ../build/test/test.cc
 NONVERBOSE BUILD: [ 22%] Building CXX object src/CMakeFiles/test/test.cpp.o
-No compiler commands!
+NONVERBOSE BUILD: [ 82%] Building C object src/CMakeFiles/test/test.c.o
 ";