From e199ab52be0224e4d0b0fd1250b3fbc2d3ab7c78 Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Tue, 22 Mar 2005 09:27:41 -0500 Subject: [svn-r10262] Purpose: For windows support, Remove all.zip from HDF5. Description: Add high-level test batch file. Solution: Platforms tested: MSVS 6.0 on windows xp. Misc. update: --- windows/hl/fortran/test/test_hdf5_hl_fortran.BAT | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 windows/hl/fortran/test/test_hdf5_hl_fortran.BAT diff --git a/windows/hl/fortran/test/test_hdf5_hl_fortran.BAT b/windows/hl/fortran/test/test_hdf5_hl_fortran.BAT new file mode 100755 index 0000000..cf2a300 --- /dev/null +++ b/windows/hl/fortran/test/test_hdf5_hl_fortran.BAT @@ -0,0 +1,23 @@ +@ECHO OFF + +REM This batch file will be used to test HDF5 High Level Fortran Library. +REM By Xuan Bai +REM Last Modified on: 12/12/2004 + +echo. +echo =============================================== +echo Testing hl_test_lite_fortran -- %1 +echo =============================================== +hl_test_lite_fortran\%1\hl_test_lite_fortran + +echo. +echo =============================================== +echo Testing hl_test_image_fortran -- %1 +echo =============================================== +hl_test_image_fortran\%1\hl_test_image_fortran + +echo. +echo =============================================== +echo Testing hl_test_table_fortran -- %1 +echo =============================================== +hl_test_table_fortran\%1\hl_test_table_fortran \ No newline at end of file -- cgit v0.12