diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-09-15 05:04:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-09-15 05:04:54 (GMT) |
commit | ad9617109ec8f68877bc69c3d01a87bb328b5fd2 (patch) | |
tree | 688f808f55c312077915e15105d9e359510eeef9 /test | |
parent | ecf0ae20e9f889a0306c26d46ccd18fc635a83c9 (diff) | |
download | hdf5-ad9617109ec8f68877bc69c3d01a87bb328b5fd2.zip hdf5-ad9617109ec8f68877bc69c3d01a87bb328b5fd2.tar.gz hdf5-ad9617109ec8f68877bc69c3d01a87bb328b5fd2.tar.bz2 |
[svn-r9261] Purpose:
Code cleanup
Description:
Remove some test files generated from new tests.
Platforms tested:
FreeBSD 4.10 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'test')
-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 d071b0e..ddc3ea7 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -69,7 +69,7 @@ MOSTLYCLEAN=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5 \ getname.h5 getname[1-3].h5 sec2_file.h5 \ family_file000[0-3][0-9].h5 multi_file-[rs].h5 core_file \ new_move_[ab].h5 ntypes.h5 dangle.h5 error_test.h5 err_compat.h5 \ - dtransform.h5 test_filters.h5 get_file_name.h5 + dtransform.h5 test_filters.h5 get_file_name.h5 tstint[1-2].h5 CLEAN=$(TIMINGS) |