Skip to content
Snippets Groups Projects
Commit 909d3d76 authored by Ivan Slepov's avatar Ivan Slepov :speech_balloon:
Browse files

Commented maximum numbers of warnings and errors for compilation testing

parent af7d1fc0
No related branches found
No related tags found
No related merge requests found
...@@ -6,13 +6,13 @@ ...@@ -6,13 +6,13 @@
# -- Number of warnings to display # -- Number of warnings to display
# ----------------------------------------------------------- # -----------------------------------------------------------
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "999" ) #set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "999" )
# ----------------------------------------------------------- # -----------------------------------------------------------
# -- Number of errors to display # -- Number of errors to display
# ----------------------------------------------------------- # -----------------------------------------------------------
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS "0" ) #set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS "0" )
# ----------------------------------------------------------- # -----------------------------------------------------------
# -- Maximum size of passed and failed tests output # -- Maximum size of passed and failed tests output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment