diff options
Diffstat (limited to 'windows/hl')
-rwxr-xr-x | windows/hl/test/test_hdf5_hl.BAT | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/windows/hl/test/test_hdf5_hl.BAT b/windows/hl/test/test_hdf5_hl.BAT new file mode 100755 index 0000000..6688f4e --- /dev/null +++ b/windows/hl/test/test_hdf5_hl.BAT @@ -0,0 +1,23 @@ +@ECHO OFF + +REM This batch file will be used to test HDF5 High Level Library. +REM By Xuan Bai +REM Last Modified on: 12/12/2004 + +echo. +echo =============================================== +echo Testing hl_test_lite -- %1 +echo =============================================== +hl_test_lite\%1\hl_test_lite + +echo. +echo =============================================== +echo Testing hl_test_image -- %1 +echo =============================================== +hl_test_image\%1\hl_test_image + +echo. +echo =============================================== +echo Testing hl_test_table -- %1 +echo =============================================== +hl_test_table\%1\hl_test_table
\ No newline at end of file |