]> granicus.if.org Git - clang/commit
Implemented verbose mode.
authorGabor Greif <ggreif@gmail.com>
Mon, 17 Mar 2008 16:29:58 +0000 (16:29 +0000)
committerGabor Greif <ggreif@gmail.com>
Mon, 17 Mar 2008 16:29:58 +0000 (16:29 +0000)
commit119c65d92beab2c75e14e087b8c170e8d307def4
tree42cf322d66a5b9f976889afbb80e90a632d190ee
parente1d2647da73637af85a4ba638bd371ccb5fdd4e7
Implemented verbose mode.
  make test VERBOSE=1
should now produce the same output like
the Makefile normally does.
Without VERBOSE only the names of failed tests
are printed.

I am pretty comfortable with this version, and
I think it is time to switch over to Makefile.parallel
to be the default.

What do you think? Did I forget some piece of feedback?

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48458 91177308-0d34-0410-b5e6-96231b3b80d8
test/Makefile.parallel