mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-05 16:20:10 +08:00
enable_dumpchunks
This commit is contained in:
parent
8feafaac63
commit
b2e629b6b6
@ -110,9 +110,11 @@ IF(ENABLE_TESTS)
|
||||
BUILD_BIN_TEST(s3util ${COMMONSRC})
|
||||
endif()
|
||||
|
||||
if(ENABLE_NCDUMPCHUNKS)
|
||||
SET(ncdumpchunks_SOURCE ncdumpchunks.c)
|
||||
SET(ncdumpchunks_SOURCE ${ncdumpchunks_SOURCE} ${XGETOPTSRC})
|
||||
BUILD_BIN_TEST(ncdumpchunks ${ncdumpchunks_SOURCE})
|
||||
endif()
|
||||
|
||||
IF(BUILD_UTILITIES)
|
||||
add_sh_test(nczarr_test run_ut_map)
|
||||
|
@ -174,11 +174,13 @@ noinst_PROGRAMS += s3util
|
||||
s3util_SOURCES = s3util.c
|
||||
endif
|
||||
|
||||
if ENABLE_NCDUMPCHUNKS
|
||||
# Given a netcdf4|NCZarr file, dump the actual chunk contents.
|
||||
# Used to validate nczarr chunking code.
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/libnczarr
|
||||
noinst_PROGRAMS += ncdumpchunks
|
||||
ncdumpchunks_SOURCES = ncdumpchunks.c
|
||||
endif
|
||||
|
||||
EXTRA_DIST = CMakeLists.txt \
|
||||
run_ut_map.sh run_ut_mapapi.sh run_ut_misc.sh run_ncgen4.sh \
|
||||
|
Loading…
Reference in New Issue
Block a user