Hi, I'm currently running CTest, but I have a problem whereby tests with long names. For example:
"API Part1 : Some test information w/ this input file"
get's truncated to something like
"API Part1 : Some test information w/ th").
It seems like the test name is truncated to about 31 characters. How can I change this?
Thanks