mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
[svn-r9567] Purpose:
Cleanup & add test Description: Clean up test makefile a bit and add metadata cache test to 1.6 branch. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
This commit is contained in:
parent
f470d44017
commit
ac4e04fbc2
@ -28,10 +28,10 @@ TEST_SCRIPTS=$(srcdir)/testerror.sh
|
||||
## These are our main targets. They should be listed in the order to be
|
||||
## executed, generally most specific tests to least specific tests.
|
||||
TEST_PROGS=testhdf5 lheap ohdr stab gheap cache 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_extent srb_write srb_append srb_read ttsafe stream_test \
|
||||
getname file_handle ntypes dangle dtransform filename reserved
|
||||
dtypes dsets cmpd_dset extend external links unlink big mtime \
|
||||
fillval mount flush1 flush2 enum gass_write gass_read gass_append \
|
||||
set_extent srb_write srb_append srb_read ttsafe stream_test \
|
||||
getname file_handle ntypes dangle dtransform filename reserved
|
||||
|
||||
## Test programs for Error API. Only compile them but let testerror.sh run
|
||||
## them to compare the output error messages with standard ones. 'make check'
|
||||
@ -80,16 +80,16 @@ CLEAN=$(TIMINGS)
|
||||
## overlap with other tests.
|
||||
|
||||
TEST_SRC=big.c bittests.c cache.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 theap.c titerate.c tmeta.c trefer.c trefstr.c \
|
||||
tselect.c ttime.c ttbbt.c ttst.c tvltypes.c tvlstr.c tmisc.c tid.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_extent.c getname.c file_handle.c ntypes.c dangle.c error_test.c \
|
||||
err_compat.c dtransform.c filename.c reserved.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 theap.c titerate.c tmeta.c trefer.c trefstr.c \
|
||||
tselect.c ttime.c ttbbt.c ttst.c tvltypes.c tvlstr.c tmisc.c tid.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_extent.c getname.c file_handle.c ntypes.c dangle.c error_test.c \
|
||||
err_compat.c dtransform.c filename.c reserved.c
|
||||
|
||||
TEST_OBJ=$(TEST_SRC:.c=.lo)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user