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