[CMake] CTest -D MemoryCheck

2010-05-31 Thread Marcel Loose
Hi all, I'm facing the following problem. All our unit tests are run through a Bash script. This script is responsible for setting up the environment prior to running the actual test; e.g., it copies input files and reference output files, after the test has run it compares outputs, etc. When run

[CMake] CTest -D MemoryCheck hangs when not run from CMAKE_BINARY_DIR

2010-02-15 Thread Marcel Loose
Hi all, I noticed that "ctest -D MemoryCheck" hangs when it is not run from the top-level binary directory (CMAKE_BINARY_DIR). This is weird, in so far, that simply running "ctest" in that directory causes no problem. When I 'strace' the 'ctest' process I notice that it seems to 'stat' every file