mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r11792] Purpose:
Makefile fix Description: The h5diff parallel test script depends on the serial test script. Added this dependency. Solution: Used SCRIPT_DEPEND variable. Also added ph5diff (when it is compiled). Platforms tested: mir
This commit is contained in:
parent
fde99876a3
commit
7a4780e0de
@ -38,7 +38,8 @@ TEST_SCRIPT=$(srcdir)/testh5diff.sh
|
||||
|
||||
check_PROGRAMS=$(TEST_PROG)
|
||||
check_SCRIPTS=$(TEST_SCRIPT) $(TEST_SCRIPT_PARA)
|
||||
SCRIPT_DEPEND=h5diff$(EXEEXT)
|
||||
# The parallel test script testph5diff.sh actually depends on testh5diff.sh.
|
||||
SCRIPT_DEPEND=h5diff$(EXEEXT) $(H5PDIFF) $(srcdir)/testh5diff.sh
|
||||
|
||||
# Source files for the program
|
||||
h5diff_SOURCES=h5diff_main.c h5diff_common.c
|
||||
|
@ -359,7 +359,8 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/tools/lib
|
||||
TEST_PROG = h5difftst
|
||||
TEST_SCRIPT = $(srcdir)/testh5diff.sh
|
||||
check_SCRIPTS = $(TEST_SCRIPT) $(TEST_SCRIPT_PARA)
|
||||
SCRIPT_DEPEND = h5diff$(EXEEXT)
|
||||
# The parallel test script testph5diff.sh actually depends on testh5diff.sh.
|
||||
SCRIPT_DEPEND = h5diff$(EXEEXT) $(H5PDIFF) $(srcdir)/testh5diff.sh
|
||||
|
||||
# Source files for the program
|
||||
h5diff_SOURCES = h5diff_main.c h5diff_common.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user