Update MANIFEST.

Add new test to Cmake.
This commit is contained in:
vchoi
2020-07-16 16:40:11 -05:00
parent 4bc49d8b2b
commit 3023b34272
2 changed files with 2 additions and 0 deletions

View File

@@ -1249,6 +1249,7 @@
./test/ttsafe.c
./test/ttsafe.h
./test/ttsafe_acreate.c
./test/ttsafe_attr_vlen.c
./test/ttsafe_cancel.c
./test/ttsafe_dcreate.c
./test/ttsafe_error.c

View File

@@ -222,6 +222,7 @@ set (ttsafe_SOURCES
${HDF5_TEST_SOURCE_DIR}/ttsafe_error.c
${HDF5_TEST_SOURCE_DIR}/ttsafe_cancel.c
${HDF5_TEST_SOURCE_DIR}/ttsafe_acreate.c
${HDF5_TEST_SOURCE_DIR}/ttsafe_attr_vlen.c
)
set (H5_TESTS