diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-01-24 03:51:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-01-24 03:51:27 (GMT) |
commit | 0d5a2ed80a0545dc39e7a4bb93a9459530a333f2 (patch) | |
tree | 01cea81069550e5b3a524abed79d179727ce2086 | |
parent | 563a8dd1401c2f3c04b897f2a727d7d6ac9b141f (diff) | |
download | hdf5-0d5a2ed80a0545dc39e7a4bb93a9459530a333f2.zip hdf5-0d5a2ed80a0545dc39e7a4bb93a9459530a333f2.tar.gz hdf5-0d5a2ed80a0545dc39e7a4bb93a9459530a333f2.tar.bz2 |
[svn-r9862] Purpose:
Code cleanup
Description:
Add new test file to 'distclean' target
Platforms tested:
None, very minor...
-rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index fc52f78..70e54a9 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -61,7 +61,7 @@ MOSTLYCLEAN=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5 \ tfile[1-4].h5 th5s[1-3].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-5].h5 tattr.h5 tselect.h5 mtime.h5 unlink.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 tarray1.h5 tgenprop.h5 \ |