summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-04-15 21:42:02 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-04-15 21:42:02 (GMT)
commit04f71d5b13faa2c84f0d88cab3ac0866459fb670 (patch)
treed9105e380d85b3713fdad34047e1870ec96f837a /test/Makefile.am
parent745d7ff8356ce970f09081f9b86b71a412d9dbf4 (diff)
downloadhdf5-04f71d5b13faa2c84f0d88cab3ac0866459fb670.zip
hdf5-04f71d5b13faa2c84f0d88cab3ac0866459fb670.tar.gz
hdf5-04f71d5b13faa2c84f0d88cab3ac0866459fb670.tar.bz2
[svn-r16759] The test of family file compatibility with v1.6 used the original family files under the
library source directory. Since the test opens the files with write mode, it's safer to make copies of the original files. I added the copying step in test_family_compat in vfd.c. I changed the Makefile.am to clean up the copied files. I created a new family_v16_00000.h5 with v1.6 library. Tested on jam - supposed to be simple change.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 658f7ae..fd23e4a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -117,7 +117,8 @@ CHECK_CLEANFILES+=cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offset.h5 \
enum1.h5 titerate.h5 ttsafe.h5 tarray1.h5 tgenprop.h5 \
tmisc[0-9]*.h5 set_extent[1-5].h5 ext[12].bin \
getname.h5 getname[1-3].h5 sec2_file.h5 direct_file.h5 \
- family_file000[0-3][0-9].h5 multi_file-[rs].h5 core_file \
+ family_file000[0-3][0-9].h5 new_family_v16_000[0-3][0-9].h5 \
+ multi_file-[rs].h5 core_file \
new_move_[ab].h5 ntypes.h5 dangle.h5 error_test.h5 err_compat.h5 \
dtransform.h5 test_filters.h5 get_file_name.h5 tstint[1-2].h5 \
unlink_chunked.h5 btree2.h5 objcopy_src.h5 objcopy_dst.h5 \