diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-14 19:42:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-14 19:42:27 (GMT) |
commit | a47135b29e152e689d57cb890409f72037061344 (patch) | |
tree | ffd3257eade5e40f337a41c5c453b643cee7ce7e /test | |
parent | c91edf2b3ae4eb22b083481583db5d6395c96e06 (diff) | |
download | hdf5-a47135b29e152e689d57cb890409f72037061344.zip hdf5-a47135b29e152e689d57cb890409f72037061344.tar.gz hdf5-a47135b29e152e689d57cb890409f72037061344.tar.bz2 |
[svn-r5989] Purpose:
Code cleanup
Description:
Added more test datafiles to clean directive.
Platforms tested:
FreeBSD 4.6 (sleipnir) w and w/o parallel
Linux 2.2.x (eirene) w/FORTRAN & C++
Solaris 2.7 (arabica) w/FORTRAN
IRIX64 6.5 (modi4) w/FORTRAN & parallel
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 373893e..d84867b 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -49,8 +49,9 @@ MOSTLYCLEAN=cmpd_dset.h5 compact_dataset.h5 dataset.h5 extend.h5 istore.h5 \ tvlstr.h5 flush.h5 enum1.h5 titerate.h5 ttsafe.h5 tarray1.h5 \ tgenprop.h5 tmisc.h5 tmisc2a.h5 tmisc2b.h5 tmisc3.h5 tmisc4a.h5 \ tmisc4b.h5 tmisc5.h5 tmisc6.h5 tmisc7.h5 tmisc8.h5 \ - set_extent_read.h5 set_extent_create.h5 getname.h5 sec2_file.h5 \ - core_file.h5 family_file.h5 multi_file.h5 + set_extent_read.h5 set_extent_create.h5 getname.h5 getname1.h5 \ + getname2.h5 getname3.h5 sec2_file.h5 core_file.h5 family_file.h5 \ + multi_file.h5 CLEAN=$(TIMINGS) ## Source and object files for programs... The TEST_SRC list contains all the |