mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
adding cmake build of tst_h_zstd
This commit is contained in:
parent
cec43d7fb5
commit
3cddcffdae
@ -7,6 +7,13 @@
|
||||
|
||||
SET(H5TESTS tst_h_files tst_h_files2 tst_h_files4 tst_h_atts tst_h_atts3 tst_h_atts4 tst_h_vars tst_h_vars2 tst_h_vars3 tst_h_grps tst_h_compounds tst_h_compounds2 tst_h_wrt_cmp tst_h_vl tst_h_opaques tst_h_strings tst_h_strings1 tst_h_strings2 tst_h_ints tst_h_dimscales tst_h_dimscales1 tst_h_dimscales2 tst_h_dimscales3 tst_h_enums tst_h_dimscales4 tst_h_rename)
|
||||
|
||||
# If zstd is enabled, run a test for it.
|
||||
if(NETCDF_ENABLE_PLUGINS)
|
||||
if(NETCDF_ENABLE_FILTER_ZSTD)
|
||||
set(H5TESTS ${H5TESTS} tst_h_zstd)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
FILE(GLOB COPY_FILES ${CMAKE_CURRENT_SOURCE_DIR}/*.h5 ${CMAKE_CURRENT_SOURCE_DIR}/*.nc)
|
||||
FILE(COPY ${COPY_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)
|
||||
|
||||
|
@ -26,6 +26,7 @@ if BUILD_BENCHMARKS
|
||||
H5TESTS += tst_h_mem
|
||||
endif # BUILD_BENCHMARKS
|
||||
|
||||
# If zstd is enabled, run a test for it.
|
||||
if NETCDF_ENABLE_PLUGINS
|
||||
if HAVE_ZSTD
|
||||
H5TESTS += tst_h_zstd
|
||||
|
Loading…
Reference in New Issue
Block a user