summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-11-07 04:38:46 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-11-07 04:38:46 (GMT)
commit59ad9494f4ec9a0d03cbfb167c97fd7b158aa69d (patch)
tree45348bfa72a01e66c013ef3f8e8e84bf6f7afc2b /hl
parent575bdca896fe774145dca7a4ad666989825071b5 (diff)
downloadhdf5-59ad9494f4ec9a0d03cbfb167c97fd7b158aa69d.zip
hdf5-59ad9494f4ec9a0d03cbfb167c97fd7b158aa69d.tar.gz
hdf5-59ad9494f4ec9a0d03cbfb167c97fd7b158aa69d.tar.bz2
[svn-r11687] Purpose:
Bug fix. Description: The hardcoding of RUNTEST=$(LT_RUN) caused problem when serial executable needs to be launched by $RUNSERIAL such as "yod -sz 1" since $LT_RUN which refer to "libtool -execute" does not know how to launch executable that way. Solution: Removed the definition. Now the predefined RUNTEST=$SERIAL in config/commence.in will take effect as designed. Platforms tested: h5committested.
Diffstat (limited to 'hl')
-rw-r--r--hl/test/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in
index 419bfaf..6da81ad 100644
--- a/hl/test/Makefile.in
+++ b/hl/test/Makefile.in
@@ -23,8 +23,6 @@ srcdir=@srcdir@
CPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top_srcdir)/hl/src @CPPFLAGS@
## These are our main targets. They should be listed in the order to be
## executed, generally most specific tests to least specific tests.
-RUNTEST=$(LT_RUN)
-
TEST_PROGS=test_lite test_image test_table
## The libh5test.a library provides common support code for the tests. We link