diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2017-01-13 16:33:50 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2017-01-13 16:33:50 (GMT) |
commit | bd85e57904f1f943774bb99ea5e8b0d074db0edb (patch) | |
tree | 4d94cbb8292116af3cf369adf1b47a014210ae17 /test | |
parent | 089afc48561ba8838d6a515c6b00fc6f7032ca13 (diff) | |
parent | 8452976de5d770adcf3892b25c8480042170fccd (diff) | |
download | hdf5-bd85e57904f1f943774bb99ea5e8b0d074db0edb.zip hdf5-bd85e57904f1f943774bb99ea5e8b0d074db0edb.tar.gz hdf5-bd85e57904f1f943774bb99ea5e8b0d074db0edb.tar.bz2 |
Merge pull request #250 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '8452976de5d770adcf3892b25c8480042170fccd':
tools/test/h5diff/testh5diff.sh.in: Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 37883c4..50b2ee2 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -174,7 +174,7 @@ CHECK_CLEANFILES+=accum.h5 cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offse flushrefresh_VERIFICATION_CHECKPOINT1 flushrefresh_VERIFICATION_CHECKPOINT2 \ flushrefresh_VERIFICATION_DONE accum_swmr_big.h5 ohdr_swmr.h5 \ cache_logging.h5 cache_logging.out \ - swmr[0-2].h5 + swmr[0-2].h5 tbogus.h5.copy # Sources for testhdf5 executable testhdf5_SOURCES=testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c \ tgenprop.c th5o.c th5s.c tcoords.c theap.c tid.c titerate.c tmeta.c tmisc.c \ |