# Increase the default amount of test output captured to 1MB (both # pass and fail) - we have test binaries which consist of multiple # tests. set(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 1048576) set(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 1048576)