[CMake] CMake 2.8.0 RC 3 ready for testing!

Miguel A. Figueroa-Villanueva miguelf at ieee.org
Sat Oct 24 16:15:29 EDT 2009


On Fri, Oct 9, 2009 at 9:13 PM, Bill Hoffman wrote:
> CMake 2.8.0 RC 3 is now ready for people to try.
> You can find the source and binaries here: http://www.cmake.org/files/v2.8/.

I just downloaded the CMake 2.8rc3 and had a problem with ctest. For
some reason when I run "make test" it can't find the test driver which
was automatically created in the tests subdirs using the
create_test_sourcelist command. When I use the ctest 2.7 or 2.6 it
finds it with no problems.

Below I have attached failed run with cmake  2.8 and successfull run
with cmake 2.6. If you need any further information, please let me
know.

--Miguel

------------ Not Working for CMake 2.8 ---------------------
$ F:/cmake-2.8.0-rc3-win32-x86/bin/ctest.exe --force-new-ctest-process
Test project D:/syncs/public/courses/uprm/inge3016-algorithms_and_computer_programming/student-works-ps09/solutions/homework03-bin
    Start 1: solutions-homework03_test_toolbox
Could not find executable /solutions-homework03-test-driver
Looked in the following places:
/solutions-homework03-test-driver
/solutions-homework03-test-driver.exe
/Release/solutions-homework03-test-driver
/Release/solutions-homework03-test-driver.exe
/Debug/solutions-homework03-test-driver
/Debug/solutions-homework03-test-driver.exe
/MinSizeRel/solutions-homework03-test-driver
/MinSizeRel/solutions-homework03-test-driver.exe
/RelWithDebInfo/solutions-homework03-test-driver
/RelWithDebInfo/solutions-homework03-test-driver.exe
/Deployment/solutions-homework03-test-driver
/Deployment/solutions-homework03-test-driver.exe
/Development/solutions-homework03-test-driver
/Development/solutions-homework03-test-driver.exe
solutions-homework03-test-driver
solutions-homework03-test-driver.exe
Release/solutions-homework03-test-driver
Release/solutions-homework03-test-driver.exe
Debug/solutions-homework03-test-driver
Debug/solutions-homework03-test-driver.exe
MinSizeRel/solutions-homework03-test-driver
MinSizeRel/solutions-homework03-test-driver.exe
RelWithDebInfo/solutions-homework03-test-driver
RelWithDebInfo/solutions-homework03-test-driver.exe
Deployment/solutions-homework03-test-driver
Deployment/solutions-homework03-test-driver.exe
Development/solutions-homework03-test-driver
Development/solutions-homework03-test-driver.exe
Unable to find executable: /solutions-homework03-test-driver
1/1 Test #1: solutions-homework03_test_toolbox ...***Bad command 1  0.00 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.02 sec

The following tests FAILED:
          1 - solutions-homework03_test_toolbox (Not Run)
Errors while running CTest
------------ Not Working for CMake 2.8 ---------------------


------------ Working for CMake 2.6 ---------------------
$ F:/cmake-2.6.4-win32-x86/bin/ctest.exe --force-new-ctest-process
Start processing tests
Test project D:/syncs/public/courses/uprm/inge3016-algorithms_and_computer_programming/student-works-ps09/solutions/homework03-bin
  1/  1 Testing solutions-homework03_test_tool   Passed

100% tests passed, 0 tests failed out of 1
------------ Working for CMake 2.6 ---------------------


More information about the CMake mailing list