Add some settings for non-truncation of test output.

This commit is contained in:
Stephen Kelly 2011-08-17 14:03:12 +02:00
parent bf73e75941
commit a147a069a5
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 2.8)
project(CheckCXXCompilerFlag)
message(STATUS "CTEST_FULL_OUTPUT (Avoid ctest truncation of output)")
set(CMAKE_VERBOSE_MAKEFILE 1)
macro(TEST_FAIL value msg)
if (${value})
message (SEND_ERROR "Test fail:" ${msg} ${Out} )