浏览代码

Teach CTest what a ninja error looks like.

This will allow ninja dashboards to show ninja errors as well
as compiler errors from the ninja build.
Bill Hoffman 13 年之前
父节点
当前提交
ffb27ca3d4
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      CTestCustom.cmake.in

+ 4 - 0
CTestCustom.cmake.in

@@ -1,3 +1,7 @@
+SET(CTEST_CUSTOM_ERROR_MATCH
+  ${CTEST_CUSTOM_ERROR_MATCH}
+  "ERROR:")
+
 SET(CTEST_CUSTOM_WARNING_EXCEPTION
   ${CTEST_CUSTOM_WARNING_EXCEPTION}
   "xtree.[0-9]+. : warning C4702: unreachable code"