diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-01-28 18:52:53 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-01-28 18:52:53 (GMT) |
commit | 3e601905e38451e5aa003d472fdfb45338d50fe9 (patch) | |
tree | f27930c99def09c98fcc73058e5e2fce41536b26 /test/Makefile.in | |
parent | c0cfc4421ad7c95c46c2a654f8c06bff8db3588f (diff) | |
download | hdf5-3e601905e38451e5aa003d472fdfb45338d50fe9.zip hdf5-3e601905e38451e5aa003d472fdfb45338d50fe9.tar.gz hdf5-3e601905e38451e5aa003d472fdfb45338d50fe9.tar.bz2 |
[svn-r186] Changes since 19980128
----------------------
./config/conclude.in
The maintainer-clean target removes Emacs backup files,
mirroring backup and contrib files, core files, and profile
output files in addition to what it used to remove.
./src/H5D.c
Fixed a buffer allocation bug in the output pipeline.
./src/H5Gnode.c
Fixed a comparison against size_t
./test/Makefile.in
Added the other temporary h5 files to the `MOSTLYCLEAN' var.
./test/cmpd_dset.c
Added four tests for partial I/O. Don't you just love it when
something works on the first try!
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index f85878e..a2259cd 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -15,7 +15,8 @@ PROGS=testhdf5 hyperslab istore dtypes dsets cmpd_dset TESTS=$(PROGS) # Temporary files -MOSTLYCLEAN=cmpd_dset.h5 dataset.h5 istore.h5 +MOSTLYCLEAN=cmpd_dset.h5 dataset.h5 istore.h5 tfile1.h5 tfile2.h5 \ + tfile3.h5 th5p1.h5 theap.h5 tohdr.h5 tstab1.h5 tstab2.h5 # Source and object files for programs... The PROG_SRC list contains all the # source files and is used for things like dependencies, archiving, etc. The |