diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-06-03 03:46:44 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-06-03 03:46:44 (GMT) |
commit | 15679022628d7bd232c1b6e234fa6b220e15dc12 (patch) | |
tree | 31cad799c52c321234183324ee28ea2600748f95 /tools/h5diff/Makefile.in | |
parent | a2217d58c847974b722729d3f3e016d597c70f0c (diff) | |
download | hdf5-15679022628d7bd232c1b6e234fa6b220e15dc12.zip hdf5-15679022628d7bd232c1b6e234fa6b220e15dc12.tar.gz hdf5-15679022628d7bd232c1b6e234fa6b220e15dc12.tar.bz2 |
[svn-r10850] Purpose:
Improvement.
Description:
assign testph5diff.sh to the Parallel test scripts so that
it will be tested for the check-p target.
Platforms tested:
heping pp.
Misc. update:
Diffstat (limited to 'tools/h5diff/Makefile.in')
-rw-r--r-- | tools/h5diff/Makefile.in | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/h5diff/Makefile.in b/tools/h5diff/Makefile.in index 310befd..b7c6df4 100644 --- a/tools/h5diff/Makefile.in +++ b/tools/h5diff/Makefile.in @@ -314,18 +314,16 @@ H5FC_PP = $(bindir)/h5pfc # Include src and tools/lib directories INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib -@BUILD_PARALLEL_CONDITIONAL_FALSE@H5PDIFF = # Always build and test h5diff but build and test ph5diff only if parallel # is enabled. @BUILD_PARALLEL_CONDITIONAL_TRUE@H5PDIFF = ph5diff -@BUILD_PARALLEL_CONDITIONAL_FALSE@H5DIFF_SCRIPT = $(srcdir)/testh5diff.sh -@BUILD_PARALLEL_CONDITIONAL_TRUE@H5DIFF_SCRIPT = $(srcdir)/testh5diff.sh $(srcdir)/testph5diff.sh +@BUILD_PARALLEL_CONDITIONAL_TRUE@TEST_SCRIPT_PARA = $(srcdir)/testph5diff.sh # Test programs and scripts TEST_PROG = h5difftst -TEST_SCRIPT = $(H5DIFF_SCRIPT) -check_SCRIPTS = $(TEST_SCRIPT) +TEST_SCRIPT = $(srcdir)/testh5diff.sh +check_SCRIPTS = $(TEST_SCRIPT) $(TEST_SCRIPT_PARA) # Source files for the program h5diff_SOURCES = h5diff_main.c h5diff_common.c |