diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-03-22 13:54:04 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-03-22 13:54:04 (GMT) |
commit | 573206f2879bdac0f68fb4b35a49cbf688139aec (patch) | |
tree | 9ac0ac7c956bea6ebcf2337d26352b38907688e9 /windows/fortran | |
parent | 217c2c06cbec068430d957f32ec9e6f8314ca90c (diff) | |
download | hdf5-573206f2879bdac0f68fb4b35a49cbf688139aec.zip hdf5-573206f2879bdac0f68fb4b35a49cbf688139aec.tar.gz hdf5-573206f2879bdac0f68fb4b35a49cbf688139aec.tar.bz2 |
[svn-r10253] Purpose:
Remove all.zip from HDF5 windows support.
Description:
Add fortran testing batch file.
Solution:
Platforms tested:
MSVS 6.0 on XP
Misc. update:
Diffstat (limited to 'windows/fortran')
-rwxr-xr-x | windows/fortran/test/testhdf5_fortran.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/fortran/test/testhdf5_fortran.bat b/windows/fortran/test/testhdf5_fortran.bat new file mode 100755 index 0000000..258cb47 --- /dev/null +++ b/windows/fortran/test/testhdf5_fortran.bat @@ -0,0 +1,4 @@ +testhdf5_fortran%2\%1\testhdf5_fortran%2 +flush1_fortran%2\%1\flush1_fortran%2 +copy fflush1.h5 flush2_fortran\%1\fflush1.h5 +flush2_fortran%2\%1\flush2_fortran%2
\ No newline at end of file |