Re: [CMake] --build-run-dir for CTest

2009-01-19 Thread Ioan Calin Borcoman
Hi, Not sure if this helps, but here how I use the build dir: * in the top CMakeLists.txt I have this: set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}) * tests are added as (this is done in the CMakeLists.txt that where the sources for xxx1 are located, for example src/tests/xxx1/CMakeLists.txt

Re: [CMake] --build-run-dir for CTest

2009-01-19 Thread Adolfo Rodríguez
Hi all, This is my first post to the list. My question, I believe, is the same one that Tron Thomas recently posted, and still remains unanswered in the list: What is the --build-run-dir for CTest supposed to do? I tried to use it to run a unit test from a specific directory and that did not wo

[CMake] --build-run-dir for CTest

2008-12-22 Thread Tron Thomas
What is the --build-run-dir for CTest supposed to do? I tried to use it to run a unit test from a specific directory and that did not work. How can someone specify the working directory for a unit test? ___ CMake mailing list CMake@cmake.org http://w