]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/verbose-build
Support colored non-verbose build systems.
[blhc/blhc.git] / t / logs / verbose-build
index c54e199e3adf750196c20310e889f058675c2ab5..2ae94d987ca1ce7a6f03a2da5da24417128ccee5 100644 (file)
@@ -16,6 +16,19 @@ 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.
+      [\e[36mCC\e[m\ f]   src/test-a.o
+      [\e[36mCC\e[m\ f]   src/test-b.o
+      [\e[36mCC\e[m\ f]   src/test_c.o
+...
+      [\e[32mLD\e[m\ f]   src/test.o
+
 CC modules/server/test.c
 
 Byte-compiling python modules...