running the tests on MinGW

It’s cool that clang builds on MinGW now after a generic ./configure. Thaks to whoever got it working.

I’m having a problem running the tests, however:

$ make
Making Clang ‘lit.site.cfg’ file…
— Running clang tests for i686-pc-mingw32 —
lit.py: TestingConfig.py:48: fatal: unable to load config from ‘/home/llvm/tools/clang/test/…/test/lit.cfg’
make: *** [all] Error 2

Doing an “ls -l /home/llvm/tools/clang/test/…/test/lit.cfg” finds the file, so I.

I’m using python 2.6.2 from a Windows distribution. I couldn’t find a ready-built python for MinGW, so I tried unsuccessfully to build the sources. Should my Windows python work?