diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-09-01 14:43:40 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-09-01 14:43:40 (GMT) |
commit | 8a10a5f695ae20cf3f58fa3d24f922ad3a60c455 (patch) | |
tree | 084cb0ae140509d869565e6560472a1e65ce9bda | |
parent | 20ea68f5c4ea9d2e7708b5b4a9f6f2ba8d94e558 (diff) | |
download | hdf5-8a10a5f695ae20cf3f58fa3d24f922ad3a60c455.zip hdf5-8a10a5f695ae20cf3f58fa3d24f922ad3a60c455.tar.gz hdf5-8a10a5f695ae20cf3f58fa3d24f922ad3a60c455.tar.bz2 |
[svn-r19331] Correct list of h5 files needed for tests
-rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6d9dee7..bbf7894 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -83,8 +83,9 @@ SET (HDF5_REFERENCE_TEST_FILES family_v16_00001.h5 family_v16_00002.h5 family_v16_00003.h5 + filespace_1_6.h5 + filespace_1_8.h5 fill_old.h5 - fixed_idx.h5 group_old.h5 le_data.h5 le_extlink1.h5 @@ -101,6 +102,7 @@ SET (HDF5_REFERENCE_TEST_FILES tlayouto.h5 tmtimen.h5 tmtimeo.h5 + tsizeslheap.h5 vms_data.h5 ) |