diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2011-06-22 20:05:17 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2011-06-22 20:05:17 (GMT) |
commit | 4df63636e3f25047798030545ab65fa0f91e81be (patch) | |
tree | ea539d9a44ebc800b81b59fc6f185ec2c46c517f /test/CMakeLists.txt | |
parent | 396a022ec0f2583c08ec703d7c26f00aba326aea (diff) | |
download | hdf5-4df63636e3f25047798030545ab65fa0f91e81be.zip hdf5-4df63636e3f25047798030545ab65fa0f91e81be.tar.gz hdf5-4df63636e3f25047798030545ab65fa0f91e81be.tar.bz2 |
[svn-r21017] This is a follow-up checkin for r21015 (bug fix for Issue 2598). I added two minor changes: 1. put the output file for
vfd.c test in the list for cleanup in Makefile.am; 2. put the data file in the list in CMakeLists.txt.
Tested on jam - simple change.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f634b00..de1d275 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -94,6 +94,8 @@ SET (HDF5_REFERENCE_TEST_FILES le_extlink1.h5 le_extlink2.h5 mergemsg.h5 + multi_file_v16-r.h5 + multi_file_v16-s.h5 noencoder.h5 specmetaread.h5 tarrold.h5 @@ -224,6 +226,8 @@ ADD_TEST ( extlinks19B00027.h5 extlinks19B00028.h5 fheap.h5 + new_multi_file_v16-r.h5 + new_multi_file_v16-s.h5 objcopy_ext.h5 sys_file1 tattr.h5 |