Skip to content

Commit

Permalink
Added make check command for Sandro Santilli and other gnu make offic…
Browse files Browse the repository at this point in the history
…ianados
  • Loading branch information
timlinux committed Nov 17, 2011
1 parent af64ae7 commit b6852f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -195,6 +195,8 @@ ENDIF ()
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)
ENDIF (ENABLE_TESTS)


Expand Down

0 comments on commit b6852f1

Please sign in to comment.