diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-02-23 16:20:53 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-02-23 16:20:53 (GMT) |
commit | c5da9e327031a233f03648cf47e1b3a020afc0b5 (patch) | |
tree | 98457d152b5e64373b498c02942e2abf53435fa4 | |
parent | 7556f179c33e8ecb2a7cf2706c9985c9c3cc6bae (diff) | |
download | hdf5-c5da9e327031a233f03648cf47e1b3a020afc0b5.zip hdf5-c5da9e327031a233f03648cf47e1b3a020afc0b5.tar.gz hdf5-c5da9e327031a233f03648cf47e1b3a020afc0b5.tar.bz2 |
[svn-r26282] Update source file list and test list
-rw-r--r-- | src/CMakeLists.txt | 1 | ||||
-rw-r--r-- | test/CMakeLists.txt | 1 | ||||
-rw-r--r-- | test/CMakeTests.cmake | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3ad51b7..1ff03d1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -116,6 +116,7 @@ set (H5D_SRCS ${HDF5_SRC_DIR}/H5Dscatgath.c ${HDF5_SRC_DIR}/H5Dselect.c ${HDF5_SRC_DIR}/H5Dtest.c + ${HDF5_SRC_DIR}/H5Dvirtual.c ) set (H5D_HDRS diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b99447a..255503d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -209,6 +209,7 @@ set (H5_TESTS cross_read freespace mf + vds farray earray btree2 diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake index f98ab67..9d48990 100644 --- a/test/CMakeTests.cmake +++ b/test/CMakeTests.cmake @@ -330,6 +330,7 @@ add_test ( tstint2.h5 unregister_filter_1.h5 unregister_filter_2.h5 + vds_1.h5 WORKING_DIRECTORY ${HDF5_TEST_BINARY_DIR}/H5TEST ) |