hdf5/windows/hl/test/test_hdf5_hl.BAT
Fang Guo 9b070ebdcf [svn-r10394] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add test_hdf5_hl.BAT
Solution:

Platforms tested:

Misc. update:
2005-03-23 13:50:55 -05:00

23 lines
653 B
Batchfile
Executable File

@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