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
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
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