I'm working at getting CTK to build shared on Win32 Vista with mingw32-make.
When running ctest (CMake 2.8.2), it cant find the tests (which are in CTK-superbuild/CTK-build/bin)

Could not find executable D:/CTK-superbuild/CTK-build/bin/Release/some_test
Looked in the following places:

and looks instead in the following search pattern:

CTK-superbuild/CTK-build/bin/Release/some_test.exe
CTK-superbuild/CTK-build/bin/Release/Release/some_test.exe
CTK-superbuild/CTK-build/bin/Release/Debug/some_test.exe
CTK-superbuild/CTK-build/bin/Release/MinSizeRel/some_test.exe
CTK-superbuild/CTK-build/bin/Release/RelWithDebInfo/some_test.exe
CTK-superbuild/CTK-build/bin/Release/Deployment/some_test.exe
CTK-superbuild/CTK-build/bin/Release/Development/some_test.exe

then

Unable to find executable: D:/CTK-superbuild/CTK-build/bin/Release/some_test
46/46 Test #46: some_sub_test ..................***Not Run   0.00 sec

any ideas on why is this happening and how to fix?

Dean



_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to