[svn-r14316] Purpose: Update test directories in MinGW documentation

Description:
There are many tests that are unsupported on MinGW because of the way it handles certain syntax in shell scripts (particularly '/').  As a result, we list a few tests that users must comment out in various Makefile.in's.  This checkin updates the location of h5stat-- it was formerly in ./tools/misc, but has been moved it ./tools/h5stat.

Tested:
MinGW on WinXP
This commit is contained in:
Scott Wegner 2007-12-03 11:01:27 -05:00
parent 967c186011
commit 06f2e446a6

View File

@ -109,13 +109,15 @@ Build HDF5 on MinGW
- ./tools/h5diff/Makefile.in: "testh5diff.sh"
- ./tools/misc/Makefile.in: "testh5stat.sh" and "testh5mkgrp.sh"
- ./tools/misc/Makefile.in: "testh5mkgrp.sh"
- ./tools/h5jam/Makefile.in: "testh5jam.sh"
- ./tools/h5copy/Makefile.in: "testh5copy.sh"
- ./tools/h5ls/Makefile.in: "testh5ls.sh"
- ./tools/h5stat/Makefile.in: "testh5stat.sh"
5. Configuring