hdf5/tools/h5copy
James Laird 59eccdaf69 [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.
2007-01-23 12:29:45 -05:00
..
h5copy.c [svn-r13164] Add nullmsg flag for testing only 2007-01-22 12:04:38 -05:00
h5copygentest.c [svn-r12772] 2006-10-17 15:59:10 -05:00
Makefile.am [svn-r12671] 2006-09-18 11:25:47 -05:00
Makefile.in [svn-r13181] Added a configure check to prevent a failure on Cygwin. 2007-01-23 12:29:45 -05:00
testh5copy.sh [svn-r12772] 2006-10-17 15:59:10 -05:00