Hello,<br><br>Until now I hadn't written any test, so I would just play them all using the following command on MSYS:<br><br>$ cd ${BUILD_DIR}<br>$ make clang-test<br><br>I've written one test though, and I'd like to check it out before submitting it in a patch... and I'd like to test *by itself* instead of running the whole test suite.<br>
<br>I've tried to invoke lit.py directly, following the Hacking on Clang commands, unfortunately it complains about missing site configuration, and I am quite at a loss.<br><br>How does one play a single test on MSYS, using lit.py either directly or via the CMake Makefiles ?<br>
<br>Thanks,<br>Matthieu<br>