[cfe-commits] r48391 - /cfe/trunk/test/Makefile.parallel

Chris Lattner clattner at apple.com
Sat Mar 15 18:34:15 PDT 2008


On Mar 15, 2008, at 12:26 AM, Gabor Greif wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=48391&view=rev
> Log:
> First draft of a parallelized test methodology. Improvements soon.

Nice!  One high level comment:

Instead of generating Makefile.tests with all the echo lines, why not  
inline it into Makefile.parallel, and use something like:

TESTS = $(addsuffix .testresults, $(shell find ...))

which gets rid of the sub makefile, awk, etc.

-Chris




More information about the cfe-commits mailing list