summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2005-03-02 22:52:45 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2005-03-02 22:52:45 (GMT)
commitf44f9f4a69b1b6df886f93c001b347fcaaabb5a1 (patch)
tree44e79028bd5a5a38d11ae22fe9a2bc3d2da781d3 /test
parent5acf496ae3e1e3a4a9e3362f7909e4d4d89efa4b (diff)
downloadhdf5-f44f9f4a69b1b6df886f93c001b347fcaaabb5a1.zip
hdf5-f44f9f4a69b1b6df886f93c001b347fcaaabb5a1.tar.gz
hdf5-f44f9f4a69b1b6df886f93c001b347fcaaabb5a1.tar.bz2
[svn-r10124] Purpose: Minor bug fix
Description: dtypes7.h5 was left out from MOSTLYCLEAN object. Solution: added it on. Platforms tested: fuss
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 9ae8289..83b2f94 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -50,7 +50,7 @@ MOSTLYCLEAN=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5 \
tfile[1-3].h5 th5s1.h5 th5s3.h5 lheap.h5 ohdr.h5 stab[1-2].h5 \
extern_[1-3].h5 extern_[1-4][ab].raw gheap[0-4].h5 \
links.h5 links[1-3].h5 big.data big[0-9][0-9][0-9][0-9][0-9].h5 \
- dtypes[1-6].h5 tattr.h5 \
+ dtypes[1-7].h5 tattr.h5 \
tselect.h5 mtime.h5 unlink.h5 fillval_[0-9].h5 fillval.raw \
mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[1-3].h5 tvltypes.h5 \
tvlstr.h5 tvlstr2.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 \