2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-24 17:51:25 +08:00

HDFFV-10760 Skipping external_env.c and vds_env.c for CMake to do VOL check and VFD check. Temporarily skipping external_env.c and vds_env.c for VFD check and VOL check in CMake following the example of links_env. Leave them for future work.

This commit is contained in:
Songyu Lu 2019-04-25 11:55:45 -05:00
parent 4fbe80acc2
commit 2c9025dcb9
2 changed files with 4 additions and 0 deletions

@ -99,6 +99,8 @@ endif ()
tcheck_version
testmeta
links_env
external_env
vds_env
)
if (NOT CYGWIN)
list (REMOVE_ITEM H5_VOL_SKIP_TESTS big cache)

@ -102,6 +102,8 @@ endif ()
tcheck_version
testmeta
links_env
external_env
vds_env
)
if (NOT CYGWIN)
list (REMOVE_ITEM H5_VFD_SKIP_TESTS big cache)