diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-03-23 18:50:55 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-03-23 18:50:55 (GMT) |
commit | 9b070ebdcf9a36dc1398f3911290cf71ffd27b79 (patch) | |
tree | fc62a010f7f47860c33e1013f6888a4c1032b1d6 /windows/hl/test | |
parent | 65683cae83df15fd2bfa560b4db2213c021cf386 (diff) | |
download | hdf5-9b070ebdcf9a36dc1398f3911290cf71ffd27b79.zip hdf5-9b070ebdcf9a36dc1398f3911290cf71ffd27b79.tar.gz hdf5-9b070ebdcf9a36dc1398f3911290cf71ffd27b79.tar.bz2 |
[svn-r10394] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add test_hdf5_hl.BAT
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows/hl/test')
-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 |