[llvm-dev] Unit tests

Nathan James via llvm-dev llvm-dev at lists.llvm.org
Sat Nov 21 14:44:16 PST 2020


Hi,

You can build unittests on their own
`ninja TableGenTests`
Then you can just run the output file, it lives in 
`<build_dir>/unittests/TableGen/TableGenTests`

~Nathan

On Sat, 2020-11-21 at 13:22 -0500, Paul C. Anagnostopoulos via llvm-dev 
wrote:
> How do I run just some of the unit tests? I want to run the TableGen
> unit tests.
> 
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev



More information about the llvm-dev mailing list