Louis Kruger wrote:
> Hi,
> 
> When I build cmake it goes well.
> When I run 
>> make test
> 
> I get:
> 
> Running tests...
> Start processing tests
> Test project
> 
> ....
>  29/ 63 Testing SimpleInstall                 ***Failed
>  30/ 63 Testing SimpleInstall-Stage2          ***Failed
> ...
> 
> 97% tests passed, 2 tests failed out of 63
> 
> The following tests FAILED:
>        29 - SimpleInstall (Failed)
>        30 - SimpleInstall-Stage2 (Failed)
> Errors while running CTest
> make: *** [test] Error 8
> 
> Why?

Try running

  bin/ctest -V -R SimpleInstall

or

  make test ARGS="-V -R SimpleInstall"

to see more verbose output.

It would also help to know what version of CMake you built, and on what
platform and compiler.

-Brad
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to