diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/CTestCustom.cmake | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 85f7d27..a1cbb0c 100644 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -1,5 +1,5 @@ set (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 3000) - + set (CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION} # "H5detect.c.[0-9]+.[ \t]*:[ \t]*warning C4090:" @@ -16,7 +16,7 @@ set (CTEST_CUSTOM_WARNING_EXCEPTION # "note: expanded from macro" # "fpp:[ \t]*warning:[ \t]*cannot remove H5_DEBUG_API - not a predefined macro" ) - + set (CTEST_CUSTOM_MEMCHECK_IGNORE ${CTEST_CUSTOM_MEMCHECK_IGNORE} H5TEST-flush1 #designed to fail @@ -37,7 +37,9 @@ set (CTEST_CUSTOM_MEMCHECK_IGNORE PERFORM_h5perform-clear-objects HL_TOOLS-clear-objects HL_test-clear-objects - HL_fortran_test-clear-objects + HL_FORTRAN_test-clear-objects + FORTRAN_testhdf5-clear-objects + CPP_testhdf5-clear-objects ######### tools/h5copy ######### H5COPY-clearall-objects ######### tools/h5diff ######### @@ -48,6 +50,7 @@ set (CTEST_CUSTOM_MEMCHECK_IGNORE H5DUMP-XML-clearall-objects H5DUMP_VDS-clearall-objects ######### tools/h5import ######### + H5IMPORT-h5importtest-clear-objects H5IMPORT-clear-objects ######### tools/h5jam ######### H5JAM-SETUP-N_twithub_u10_c-clear-objects @@ -213,4 +216,8 @@ set (CTEST_CUSTOM_MEMCHECK_IGNORE ######### examples ######### EXAMPLES-clear-objects CPP_ex-clear-objects + CPP_ex_tutr-clear-objects + HL_ex-clear-objects + f90_ex-clear-objects + HL_FORTRAN_f90_ex-clear-objects ) |