[PATCH] D28315: Update tools to use new getStyle API

Antonio Maiorano via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 6 08:41:31 PST 2017


amaiorano added a comment.

In https://reviews.llvm.org/D28315#636888, @hokein wrote:

> In https://reviews.llvm.org/D28315#636821, @amaiorano wrote:
>
> > Is there a way to run tests without ninja? I'm on Windows. If not, I'll use my Linux VM.
>
>
> It is not related to the build system. There should be a `check-clang-tools` project, you can run tests by building it.  For example, if you are using make, just run `make check-clang-tools`; If you are using Visual Studio, build the `check-clang-tools` project.


Yes, thanks for that. Unfortunately, the tests don't all pass when run using Visual Studio. I installed the requisite GNU utils, but get 25 failures. Will investigate a bit more, otherwise will use Linux.


https://reviews.llvm.org/D28315





More information about the cfe-commits mailing list