search for: astmatchertest

Displaying 2 results from an estimated 2 matches for "astmatchertest".

2020 Apr 10
2
Running clang tests
Hi Team, I have checked out the clang and llvm source code and built the executables using the visual studio 2015 community edition. I am using Windows as my platform. However I see that there are some test cases under the clang test folder in the LLVM.sln. Eg AstMatcherTest,ASTTests etc. I see that these tests make use of the Google test framework. In my visual studio I have installed Google Test Adapter extension for running the Google tests. But the tests under AstMatcherTest,ASTTests projects won't show up in the Test Explorer view in visual studio even after...
2020 Apr 10
4
Running clang tests
...tem that they prefer, and encouraging people to fix the build system to work well with their chosen build system. This is the only way that things will get better. Sudhindra, to answer your question, I would also recommend upgrading to Visual Studio 2019 if you can. I just tried to directly run ASTMatcherTests from Visual Studio 2019 and it worked for me. I have no experience with the GTest IDE plugin, I’ve always just ran GTest binaries directly. There’s also a check-clang (I think that’s the one you want. It might be called something else but it’s definitely there) target in there that is equivalent t...