summaryrefslogtreecommitdiffstats
path: root/windows/hl
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-03-22 14:27:41 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-03-22 14:27:41 (GMT)
commite199ab52be0224e4d0b0fd1250b3fbc2d3ab7c78 (patch)
treedd54f5a548fc9185cf88e2aeb9743d25677f47bf /windows/hl
parenta3e4c361347becd590518500d40abf79c95e42ae (diff)
downloadhdf5-e199ab52be0224e4d0b0fd1250b3fbc2d3ab7c78.zip
hdf5-e199ab52be0224e4d0b0fd1250b3fbc2d3ab7c78.tar.gz
hdf5-e199ab52be0224e4d0b0fd1250b3fbc2d3ab7c78.tar.bz2
[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:
Diffstat (limited to 'windows/hl')
-rwxr-xr-xwindows/hl/fortran/test/test_hdf5_hl_fortran.BAT23
1 files changed, 23 insertions, 0 deletions
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