We have a ctest setup in our software that runs a series of test
executables , and the setup works well on Linux.  When trying to run
the same setup on Windows, ctest reports the following:

Test project C:/Users/User/project-build
              Start   1: bu_test_1
Could not find executable tester_bu_test_1
Looked in the following places:
tester_bu_test_1
tester_bu_test_1.exe
Debug/tester_bu_test_1
Debug/tester_bu_test_1.exe
Release/tester_bu_test_1
Release/tester_bu_test_1.exe
Unable to find executable: tester_bu_test_1

The executable is actually located at Debug/bin/tester_bu_test_1.exe
(all of our binaries are put in that subdirectory) but I can't figure
out how to let CTest know to search there.  Does anyone know how to
specify search directories for CTest to look in?

Thanks,
CY
-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to