mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-12 15:04:59 +08:00
9b070ebdcf
For windows support, remove all.zip from hdf5. Description: Add test_hdf5_hl.BAT Solution: Platforms tested: Misc. update:
23 lines
653 B
Batchfile
Executable File
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 |