polysquare / cmake-unit

A unit testing framework for CMake
MIT License
36 stars 5 forks source link

Coverage file paths may not contain square brackets ([]) #57

Open smspillaz opened 9 years ago

smspillaz commented 9 years ago

Coverage file paths may not contain the square brackets ([,]) characters. These characters are stripped out of the configure phase standard error as they cause problems with ; delimiters splitting lines in CMake.

Workaround: Do not use square brackets in filenames or paths to filenames.