diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-03-27 00:15:29 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-03-27 00:15:29 (GMT) |
commit | a072be18b72f234d0a40ca30df0af84667dd5657 (patch) | |
tree | 0db57af9defe8360516bc642d4858d2ccaffaa80 /test | |
parent | d88f9db4188178b2a7a87cd3d9aa8e9f4fcaa6ee (diff) | |
download | hdf5-a072be18b72f234d0a40ca30df0af84667dd5657.zip hdf5-a072be18b72f234d0a40ca30df0af84667dd5657.tar.gz hdf5-a072be18b72f234d0a40ca30df0af84667dd5657.tar.bz2 |
[svn-r6525] Purpose:
New test feature
Description:
Added the VFD_LIST definition to support the "make check-vfd" tests.
Platforms tested:
h5committested.
Since check-vfd is not invoked by default, I went to each machine
to invoke them by hand. The target worked fine but there were
errors reported from those driver tests. (Those errors were beyond
the scope of this make target test.)
Misc. update:
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 9ef6006..4054f47 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -82,6 +82,8 @@ TEST_SRC=big.c bittests.c cmpd_dset.c dsets.c dtypes.c extend.c \ TEST_OBJ=$(TEST_SRC:.c=.lo) +VFD_LIST=sec2 stdio core split multi family + ## Private header files (not to be installed)... PRIVATE_HDR=testhdf5.h ttsafe.h |