diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-12-21 05:00:08 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-12-21 05:00:08 (GMT) |
commit | 07df6630f1c573df0381c1fd4147ce520f9ff41c (patch) | |
tree | f81c02c77523e468756e5ffe3d1f1b94bb7e55ad /test/CMakeLists.txt | |
parent | 31bbe63ebff6374fa9b85aa24b32e1037eb6cb39 (diff) | |
download | hdf5-07df6630f1c573df0381c1fd4147ce520f9ff41c.zip hdf5-07df6630f1c573df0381c1fd4147ce520f9ff41c.tar.gz hdf5-07df6630f1c573df0381c1fd4147ce520f9ff41c.tar.bz2 |
[svn-r23117] Changed extension of hdf5 files from .hdf5 to .h5 for consistancy.
HDFFV-422: Change extention of the binary files from hdf5 to h5
Tested: jam (gnu)
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 5551fa3..8d40c25 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -148,8 +148,8 @@ SET (HDF5_REFERENCE_TEST_FILES tarrold.h5 tbad_msg_count.h5 tbogus.h5 - test_filters_be.hdf5 - test_filters_le.hdf5 + test_filters_be.h5 + test_filters_le.h5 th5s.h5 tlayouto.h5 tmtimen.h5 |