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

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 5 07:45:34 PST 2017


hokein added a comment.

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.


https://reviews.llvm.org/D28315





More information about the cfe-commits mailing list