mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
Added verbose output on test failure to make check command
This commit is contained in:
parent
ceae2a7661
commit
4b8ab18829
@ -238,7 +238,7 @@ IF (ENABLE_TESTS)
|
||||
SET( QT_USE_QTTEST TRUE )
|
||||
ENABLE_TESTING()
|
||||
# Define "make check" as alias for "make test" - thanks geos :-)
|
||||
add_custom_target(check COMMAND ctest)
|
||||
add_custom_target(check COMMAND ctest --output-on-failure)
|
||||
ENDIF (ENABLE_TESTS)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user