mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r22817] Description:
Update CMake files for new encode/decode property list files.
This commit is contained in:
parent
563990e64e
commit
7702c7f760
@ -457,6 +457,7 @@ SET (H5P_SRCS
|
||||
${HDF5_SRC_DIR}/H5Pdcpl.c
|
||||
${HDF5_SRC_DIR}/H5Pdeprec.c
|
||||
${HDF5_SRC_DIR}/H5Pdxpl.c
|
||||
${HDF5_SRC_DIR}/H5Pencdec.c
|
||||
${HDF5_SRC_DIR}/H5Pfapl.c
|
||||
${HDF5_SRC_DIR}/H5Pfcpl.c
|
||||
${HDF5_SRC_DIR}/H5Pfmpl.c
|
||||
|
@ -314,6 +314,8 @@ SET (H5_TESTS
|
||||
testmeta
|
||||
#links_env
|
||||
file_image
|
||||
enc_dec_plist
|
||||
enc_dec_plist_with_endianess
|
||||
)
|
||||
|
||||
FOREACH (test ${H5_TESTS})
|
||||
@ -638,6 +640,7 @@ IF (HDF5_BUILD_GENERATORS AND NOT BUILD_SHARED_LIBS)
|
||||
gen_specmetaread
|
||||
gen_sizes_lheap
|
||||
gen_file_image
|
||||
gen_plist
|
||||
)
|
||||
|
||||
FOREACH (gen ${H5_GENERATORS})
|
||||
|
@ -23,6 +23,7 @@ SET (testphdf5_SRCS
|
||||
${HDF5_TEST_PAR_SOURCE_DIR}/t_span_tree.c
|
||||
${HDF5_TEST_PAR_SOURCE_DIR}/t_chunk_alloc.c
|
||||
${HDF5_TEST_PAR_SOURCE_DIR}/t_filter_read.c
|
||||
${HDF5_TEST_PAR_SOURCE_DIR}/t_prop.c
|
||||
)
|
||||
|
||||
#-- Adding test for testhdf5
|
||||
|
Loading…
x
Reference in New Issue
Block a user