summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2007-01-23 17:29:45 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2007-01-23 17:29:45 (GMT)
commit59eccdaf699634dfb16419200549268623ac4e9b (patch)
treeaf72080ab1b7c00749713e9382b5fc8aa868b18c /testpar
parentf83826852bc9d1ef530c4d292279396fce77d626 (diff)
downloadhdf5-59eccdaf699634dfb16419200549268623ac4e9b.zip
hdf5-59eccdaf699634dfb16419200549268623ac4e9b.tar.gz
hdf5-59eccdaf699634dfb16419200549268623ac4e9b.tar.bz2
[svn-r13181] Added a configure check to prevent a failure on Cygwin.
It seems that while Cygwin supports the time command, it has trouble with the syntax srcdir="../../hdf5/test" time ./testhdf5 and complains. The solution is to test the above case in configure and not to use the time command if it fails; Cygwin is fine with srcdir="../../hdf5/test" ./testhdf5 Tested on Cygwin and kagiso. This feature shouldn't be a major compatibility problem since every platform but Cygwin is already fine with the current syntax.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
index b07347e..f7a52ed 100644
--- a/testpar/Makefile.in
+++ b/testpar/Makefile.in
@@ -248,6 +248,7 @@ SIZE_T = @SIZE_T@
STATIC_SHARED = @STATIC_SHARED@
STRIP = @STRIP@
TESTPARALLEL = @TESTPARALLEL@
+TIME = @TIME@
TR = @TR@
TRACE_API = @TRACE_API@
USE_FILTER_DEFLATE = @USE_FILTER_DEFLATE@
@@ -311,7 +312,6 @@ target_alias = @target_alias@
# Shell commands used in Makefiles
RM = rm -f
CP = cp
-TIME = time
# Some machines need a command to run executables; this is that command
# so that our tests will run.