Skip to content

Commit

Permalink
Re-added long_memcheck to cmemcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed May 28, 2024
1 parent c8f9248 commit 067ebd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmemcheck.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ ctest_update()
ctest_configure(OPTIONS "-DPHRQC_TESTING:BOOL=ON;-DPHRQC_ENABLE_REGRESSION_TESTING:BOOL=ON")
ctest_build()
if(${CMAKE_VERSION} VERSION_LESS "3.29")
ctest_memcheck(EXCLUDE "numdiff" EXCLUDE_LABEL "long_memcheck" PARALLEL_LEVEL 2)
ctest_memcheck(EXCLUDE "numdiff" PARALLEL_LEVEL 2)
else()
ctest_memcheck(EXCLUDE "numdiff" EXCLUDE_LABEL "long_memcheck" PARALLEL_LEVEL)
ctest_memcheck(EXCLUDE "numdiff" PARALLEL_LEVEL)
endif()
##ctest_coverage()
ctest_submit()

0 comments on commit 067ebd9

Please # to comment.