[cfe-dev] how to run a single test?
Chris Lattner
clattner at apple.com
Wed Sep 1 21:16:31 PDT 2010
On Sep 1, 2010, at 8:30 PM, Francois Pichet wrote:
> For example to test ../Sema/init.c on Windows I use:
>
> python D:/Dev/llvm/llvm_trunk/utils/lit/lit.py -sv --no-progress-bar
> D:/Dev/llvm/llvm_trunk/tools/clang/test/Sema/init.c
> --param=build_config=Release
I have "lit" aliased to "~/llvm/utils/lit/lit.py -v" which allows me to just type "lit test/Sema/init.c".
-Chris
More information about the cfe-dev
mailing list