[cfe-dev] Testing using MSYS + CMake

Matthieu Monrocq matthieu.monrocq at gmail.com
Sat Mar 19 11:16:35 PDT 2011


Hello,

Until now I hadn't written any test, so I would just play them all using the
following command on MSYS:

$ cd ${BUILD_DIR}
$ make clang-test

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.

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.

How does one play a single test on MSYS, using lit.py either directly or via
the CMake Makefiles ?

Thanks,
Matthieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110319/2e351982/attachment.html>


More information about the cfe-dev mailing list