Made some progress. lit.site.cfg is generated by cmake and is located inside build\test. <div><br></div><div>Python in my path</div><div><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">LLVM_LIT_TOOLS_DIR set to C:\GnuWin32\bin</span></div>

<div>LIT_TOOLS_ARGS set to -sv --no-progress-bar --param=build_config=Debug --param=clang_site_config=D:\Projects\build\test\lit.site.cfg</div><div><font class="Apple-style-span" color="#333333" face="arial, sans-serif"><br>

</font></div><div><font class="Apple-style-span" color="#333333" face="arial, sans-serif">Visual Studio project clang-test is present and runs the tests.</font></div><div><font class="Apple-style-span" color="#333333" face="arial, sans-serif"><br>

</font></div><div><font class="Apple-style-span" color="#333333" face="arial, sans-serif">Testing on the command line is still giving me some trouble. It seems to be working except that it can't find any tests (also tried format-strings-fixit.c and warn-unused-parameters.c)?</font></div>

<div>python llvm\utils\lit\lit.py -sv --no-progress-bar --param=build_config=Debug --param=clang_site_config=build\test\lit.site.cfg llvm\tools\clang\test\Sema\wchar.c</div><div><br></div><div>gives:</div><div><div>lit.py: LitConfig.py:99: note: Unable to find 'bash.exe'.</div>

<div>lit.py: LitConfig.py:99: note: Unable to find 'bash.exe'.</div><div>lit.py: main.py:517: warning: input 'llvm\\tools\\clang\\test\\Sema\\wchar.c' contained no tests</div><div>-- Testing: 0 tests, 2 threads --</div>

<div><br></div><div>Testing Time: 0.00s</div><div><br></div><div>1 warning(s) in tests.</div></div>