【发布时间】:2016-04-14 17:09:04
【问题描述】:
如果ctest 测试失败,我是否可以设置 CMakeLists.txt 打印一条消息?例如:
cmake ..
make
ctest // fails
message output: Please contact xyz@mail.com to resolve testing problems.
【问题讨论】:
-
请参阅stackoverflow.com/questions/37677077 了解此问题的更详细版本。