summaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-02-12 19:08:10 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-02-12 19:08:10 (GMT)
commitf1bfb5ce8f42631470b5eed84d6c3088258a5843 (patch)
treea08f5863140088555103760bc71cdc99b56ec93d /test/Makefile.in
parentf81bca3fc67f19b73be416815799867e111f0cad (diff)
downloadhdf5-f1bfb5ce8f42631470b5eed84d6c3088258a5843.zip
hdf5-f1bfb5ce8f42631470b5eed84d6c3088258a5843.tar.gz
hdf5-f1bfb5ce8f42631470b5eed84d6c3088258a5843.tar.bz2
[svn-r4943] Purpose:
Cleanup Description: Added set_extend.h5 file to the CLEANUP macro in the Makefile so that it'll be removed when the other temp files are removed. Platforms tested: Linux
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in46
1 files changed, 23 insertions, 23 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index b20f1a4..b9b89ba 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -18,10 +18,10 @@ CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src @CPPFLAGS@
## executed, generally most specific tests to least specific tests.
RUNTEST=$(LT_RUN)
-TEST_PROGS=testhdf5 lheap ohdr stab gheap hyperslab istore bittests dtypes \
- dsets cmpd_dset extend external links unlink big mtime fillval mount \
- flush1 flush2 enum gass_write gass_read gass_append \
- srb_write srb_append srb_read ttsafe stream_test set_extend
+TEST_PROGS=testhdf5 lheap ohdr stab gheap hyperslab istore bittests dtypes \
+ dsets cmpd_dset extend external links unlink big mtime fillval mount \
+ flush1 flush2 enum gass_write gass_read gass_append set_extend \
+ srb_write srb_append srb_read ttsafe stream_test
TIMINGS=testmeta
@@ -40,17 +40,16 @@ PUB_LIB=
## prefix or low-level driver with environment variables will influence
## the temporary file name in ways that the makefile is not aware of.
MOSTLYCLEAN=cmpd_dset.h5 dataset.h5 extend.h5 istore.h5 tfile1.h5 tfile2.h5 \
- tfile3.h5 th5s1.h5 lheap.h5 ohdr.h5 stab1.h5 stab2.h5 \
- extern_1.h5 extern_2.h5 extern_3.h5 extern_1a.raw extern_1b.raw \
- extern_2a.raw extern_2b.raw extern_3a.raw extern_3b.raw \
- extern_4a.raw extern_4b.raw gheap0.h5 \
- gheap1.h5 gheap2.h5 gheap3.h5 gheap4.h5 links.h5 \
- big.data big[0-9][0-9][0-9][0-9][0-9].h5 dtypes1.h5 dtypes2.h5 \
- tattr.h5 tselect.h5 mtime.h5 unlink.h5 \
- fillval_[0-9].h5 fillval.raw 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
+ tfile3.h5 th5s1.h5 lheap.h5 ohdr.h5 stab1.h5 stab2.h5 \
+ extern_1.h5 extern_2.h5 extern_3.h5 extern_1a.raw extern_1b.raw \
+ extern_2a.raw extern_2b.raw extern_3a.raw extern_3b.raw \
+ extern_4a.raw extern_4b.raw gheap0.h5 gheap1.h5 gheap2.h5 \
+ gheap3.h5 gheap4.h5 links.h5 big.data \
+ big[0-9][0-9][0-9][0-9][0-9].h5 dtypes1.h5 dtypes2.h5 tattr.h5 \
+ tselect.h5 mtime.h5 unlink.h5 fillval_[0-9].h5 fillval.raw \
+ 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 set_extend.h5
CLEAN=$(TIMINGS)
## Source and object files for programs... The TEST_SRC list contains all the
@@ -58,14 +57,15 @@ CLEAN=$(TIMINGS)
## other source lists are for the individual tests, the files of which may
## overlap with other tests.
-TEST_SRC=big.c bittests.c cmpd_dset.c dsets.c dtypes.c extend.c \
- external.c fillval.c flush1.c flush2.c gheap.c h5test.c hyperslab.c \
- istore.c lheap.c links.c mount.c mtime.c ohdr.c stab.c tarray.c \
- tattr.c tconfig.c testhdf5.c testmeta.c tfile.c tgenprop.c th5s.c \
- titerate.c tmeta.c trefer.c tselect.c ttime.c ttbbt.c tvltypes.c tvlstr.c \
- tmisc.c unlink.c enum.c ttsafe.c ttsafe_dcreate.c ttsafe_error.c \
- ttsafe_cancel.c ttsafe_acreate.c gass_write.c gass_read.c gass_append.c \
- srb_read.c srb_write.c srb_append.c stream_test.c set_extend.c
+TEST_SRC=big.c bittests.c cmpd_dset.c dsets.c dtypes.c extend.c \
+ external.c fillval.c flush1.c flush2.c gheap.c h5test.c hyperslab.c \
+ istore.c lheap.c links.c mount.c mtime.c ohdr.c stab.c tarray.c \
+ tattr.c tconfig.c testhdf5.c testmeta.c tfile.c tgenprop.c th5s.c \
+ titerate.c tmeta.c trefer.c tselect.c ttime.c ttbbt.c tvltypes.c \
+ tvlstr.c tmisc.c unlink.c enum.c ttsafe.c ttsafe_dcreate.c \
+ ttsafe_error.c ttsafe_cancel.c ttsafe_acreate.c gass_write.c \
+ gass_read.c gass_append.c srb_read.c srb_write.c srb_append.c \
+ stream_test.c set_extend.c
TEST_OBJ=$(TEST_SRC:.c=.lo)