[CMake] Build/test problem
Brad King
brad.king at kitware.com
Wed Aug 16 10:10:22 EDT 2006
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
More information about the CMake
mailing list