diff options
author | Thomas Radke <tradke@aei.mpg.de> | 2000-10-28 19:19:39 (GMT) |
---|---|---|
committer | Thomas Radke <tradke@aei.mpg.de> | 2000-10-28 19:19:39 (GMT) |
commit | 4b78390eda6b3b6c5757f44ba62839b6db56a500 (patch) | |
tree | 100577432bd7e96d4537e316639fd90cd34ee9ae /test/h5test.c | |
parent | 9c93282d1bd29fcac6176e9fac12b2c1ebd6463e (diff) | |
download | hdf5-4b78390eda6b3b6c5757f44ba62839b6db56a500.zip hdf5-4b78390eda6b3b6c5757f44ba62839b6db56a500.tar.gz hdf5-4b78390eda6b3b6c5757f44ba62839b6db56a500.tar.bz2 |
[svn-r2750]
Purpose:
Port to Windows.
Description:
The stream_test program now also compiles and can be run under Windows.
Solution:
The problem was that fork(2) and waitpid(2) aren't available
under Windows when using the MS compilers.
So I test for both H5_HAVE_FORK and H5_HAVE_WAITPID.
These are already checked fortunately during configuration.
If they are not there the code just says
printf ("Test skipped because this architecture doesn't provide "
"fork(2) and waitpid(2)\n");
Platforms tested:
Windows NT, both with MS Visual C++ and GNU cc
Now you can build and run the Stream VFD testsuite under Windows
when using GNU cc !!
Diffstat (limited to 'test/h5test.c')
0 files changed, 0 insertions, 0 deletions