diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2002-04-12 16:11:15 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2002-04-12 16:11:15 (GMT) |
commit | 4a77525456695cd707c800920efb358bcdc3f702 (patch) | |
tree | 99948b0326f6857ee23f43556d544ec597d3b91e /test | |
parent | 323566415815ff259caf8da41b15ea1e8a47655b (diff) | |
download | hdf5-4a77525456695cd707c800920efb358bcdc3f702.zip hdf5-4a77525456695cd707c800920efb358bcdc3f702.tar.gz hdf5-4a77525456695cd707c800920efb358bcdc3f702.tar.bz2 |
[svn-r5177]
Purpose:
added 2 files to remove by set_extent test
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 b01694d..97d8302 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -50,7 +50,7 @@ MOSTLYCLEAN=cmpd_dset.h5 dataset.h5 extend.h5 istore.h5 tfile1.h5 tfile2.h5 \ mount_[0-9].h5 testmeta.h5 ttime.h5 trefer[12].h5 tvltypes.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 set_extent.h5 + tmisc4b.h5 set_extent_read.h5 set_extent_create.h5 CLEAN=$(TIMINGS) ## Source and object files for programs... The TEST_SRC list contains all the |