[llvm-dev] Running only tests for Clang
Nathan James via llvm-dev
llvm-dev at lists.llvm.org
Sun Jan 17 04:38:03 PST 2021
Hi,
There is a target to run just clang tests, check-clang.
For example if you are using ninja you could run `ninja check-clang`.
~Nathan
On Sun, 2021-01-17 at 16:21 +0530, Deep Majumder via llvm-dev wrote:
> Hi all,
> I have built Clang as a part of the LLVM repository, like is
> recommended in the docs. However, I would like to run tests for only
> Clang, not along with LLVM Core tests. How do I do this?
> Warm regards,
> Deep
> _______________________________________________
> 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