Skip to content

Commit

Permalink
Do not test ci files existency in ONLY_VERY_SHORT_TESTS option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed May 2, 2017
1 parent fa00f0d commit 8fb7779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ IF( BUILD_TESTING )
SET(CMAKE_EXE_LINKER_FLAGS_DEBUG "-g ${CMAKE_EXE_LINKER_FLAGS_DEBUG}")
ENDIF ( )

IF ( MMG3D_CI OR MMGS_CI )
IF ( ( MMG3D_CI OR MMGS_CI ) AND NOT ONLY_VERY_SHORT_TESTS )
SET(LISTEXEC_MMG ${LISTEXEC_MMGS} ${LISTEXEC_MMG3D})
SET(EXECUT_MMG ${EXECUT_MMGS} ${EXECUT_MMG3D})

Expand All @@ -475,7 +475,7 @@ IF( BUILD_TESTING )
INCLUDE( ${CMAKE_SOURCE_DIR}/cmake/testing/mmg_tests.cmake )
ENDIF ( )

ENDIF(MMG3D_CI OR MMGS_CI)
ENDIF ( )

ENDIF ( BUILD_TESTING )

Expand Down

0 comments on commit 8fb7779

Please sign in to comment.