diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-05-05 17:09:51 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-05-05 17:09:51 (GMT) |
commit | 11e98d268bc646b1624bfa1f1dbf9ef607dfc97f (patch) | |
tree | 36bb46b5a4527fa5b0a238fec6dbea3ef34b588f /test/Makefile.in | |
parent | f5bd7a2a54a2290d5d315d3d439b8eda05d13bbd (diff) | |
download | hdf5-11e98d268bc646b1624bfa1f1dbf9ef607dfc97f.zip hdf5-11e98d268bc646b1624bfa1f1dbf9ef607dfc97f.tar.gz hdf5-11e98d268bc646b1624bfa1f1dbf9ef607dfc97f.tar.bz2 |
[svn-r16921] Family compatibility test used the data file in the source directory directly and opened
the file with write mode. The file could be modified potentially. I changed it to make
a copy of the source file in the build directory. I also renamed the data file from
family_v1.7_0000[0-3].h5 to family_v1.8_0000[0-3].h5.
Tested on jam - I've tested the changes in v1.8 using h5committest.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index d8c19c2..6f859e9 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -60,9 +60,10 @@ MOSTLYCLEAN=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5 \ tmisc9.h5 tmisc10.h5 tmisc11.h5 tmisc12.h5 tmisc13a.h5 \ tmisc13b.h5 tmisc14.h5 set_extent_read.h5 set_extent_create.h5 \ getname.h5 getname1.h5 getname2.h5 getname3.h5 sec2_file.h5 \ - family_file000[0-3][0-9].h5 multi_file-[rs].h5 core_file \ - new_move_[ab].h5 ntypes.h5 dangle.h5 test_filters.h5 \ - tstint[1-2].h5 unlink_chunked.h5 err_vers.h5 + family_file000[0-3][0-9].h5 new_family_v18_000[0-3][0-9].h5 \ + multi_file-[rs].h5 core_file new_move_[ab].h5 ntypes.h5 \ + dangle.h5 test_filters.h5 tstint[1-2].h5 unlink_chunked.h5 \ + err_vers.h5 CLEAN=$(TIMINGS) |