From a072be18b72f234d0a40ca30df0af84667dd5657 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 26 Mar 2003 19:15:29 -0500 Subject: [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: --- test/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12