[cfe-dev] windows testing - lit.py failure

Óscar Fuentes ofv at wanadoo.es
Tue Mar 15 12:36:05 PDT 2011


dawn at burble.org writes:

[snip]

> On Linux it seems I have to run all the tests first with "make test" before 
> I can run a single test with lit.py to set up the various configuration
> files it needs.  Do I need to do that on Windows?

Yes.

> If so, how would I do this from the command-line with cmake?

On the build directory:

cmake --build . --config Debug --target check

"Debug" is the build configuration you are testing. you need that
parameter if you generated Visual Studio project files (you don't need
if you are working with makefiles).




More information about the cfe-dev mailing list