diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2015-02-25 22:06:18 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2015-02-25 22:06:18 (GMT) |
commit | 952d00e7f0f49c0895d937a3fed9abed4b25b7e1 (patch) | |
tree | fc5172f5729c61ba15c092d6c0e8f177c1d992a6 /tools/h5stat | |
parent | 99a3f4d8d4ee1ec3f61a377c1a96a3fe35e9990a (diff) | |
parent | c4044e0c85778e6bd3eda61b7bfdf6bb0fd0a8e9 (diff) | |
download | hdf5-952d00e7f0f49c0895d937a3fed9abed4b25b7e1.zip hdf5-952d00e7f0f49c0895d937a3fed9abed4b25b7e1.tar.gz hdf5-952d00e7f0f49c0895d937a3fed9abed4b25b7e1.tar.bz2 |
[svn-r26306] Merge r26296 through 26304 from trunk to vds branch.
It should no longer be necessary to use --enable-using-memchecker
make check fails due to an issue with h5ls apparently unrelated to the merge
Tested: ummon
Diffstat (limited to 'tools/h5stat')
-rw-r--r-- | tools/h5stat/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5stat/Makefile.in b/tools/h5stat/Makefile.in index 9e9a6aa..993a226 100644 --- a/tools/h5stat/Makefile.in +++ b/tools/h5stat/Makefile.in @@ -672,12 +672,12 @@ TRACE = perl $(top_srcdir)/bin/trace # .chkexe files are used to mark tests that have run successfully. # .chklog files are output from those tests. -# *.clog are from the MPE option. +# *.clog and *.clog2 are from the MPE option. # Temporary files. *.h5 are generated by h5repart_gentest. They should # copied to the testfiles/ directory if update is required. fst_family*.h5 # and scd_family*.h5 were created by setting the HDF5_NOCLEANUP variable. -CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5 \ +CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 *.h5 \ ../testfiles/fst_family*.h5 ../testfiles/scd_family*.h5 #test script and program |