summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-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