[LLVMdev] single tests in test-suite

Gilmore, Douglas dgilmore at mips.com
Tue Feb 5 11:19:41 PST 2013


On 02/04/2013 12:55 PM, reed kotler wrote:
> How do you build and run just a single test in test-suite?
> 
> tia
> 
> Reed
Here is the way I do it (example for running two tests):

make DIRS= Source="foo.c bar.c" ...

If you are working in a freshly configured test_suite tree most of the sub
directories won't exist, but they can be created via:

make clean

If you run into other issues, looking at make -p output is likely helpful.

Doug




More information about the llvm-dev mailing list