diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-09-15 03:12:08 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-09-15 03:12:08 (GMT) |
commit | b45920cb8bab3955c1eaf24db3c3d6f7beab5575 (patch) | |
tree | 04a2127aed08d011fa653e730bd32164e04ec52a /test | |
parent | 16e904e22aea0e61e4b4a6cc3f941d1db4974fa0 (diff) | |
download | hdf5-b45920cb8bab3955c1eaf24db3c3d6f7beab5575.zip hdf5-b45920cb8bab3955c1eaf24db3c3d6f7beab5575.tar.gz hdf5-b45920cb8bab3955c1eaf24db3c3d6f7beab5575.tar.bz2 |
[svn-r9259] Purpose:
Code cleanup
Description:
Add a couple of new test files to the list of files to clean.
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 2456b34..e4bb65c 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 \ getname.h5 getname1.h5 getname2.h5 getname3.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 test_filters.h5 \ - get_file_name.h5 + get_file_name.h5 tstint[1-2].h5 CLEAN=$(TIMINGS) |