[LLVMdev] how do I run 'make check' on say just the 'test/CodeGen' directory ?

Tanya M. Lattner tonic at nondot.org
Wed Jun 17 10:53:02 PDT 2009


On Wed, 17 Jun 2009, Aaron Gray wrote:

> Does 'make check' allow just running on a particualar directory of tests ?

make check TESTSUITE=CodeGen

You set TESTSUITE to any directory.

-Tanya

>  
> Many thanks in advance,
>  
> Aaron
>  
> 
>


More information about the llvm-dev mailing list