diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-03 19:15:24 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-03 19:15:24 (GMT) |
commit | 10c3a9a2d394dfed8734ce8e03bd5059b135886a (patch) | |
tree | 36bee7ec77743627169e204478f891e136ce9e07 /windows/hl/test | |
parent | 9a7d3f7d3ab3c4278f6c64f51bd2b0d4a0ce63cc (diff) | |
download | hdf5-10c3a9a2d394dfed8734ce8e03bd5059b135886a.zip hdf5-10c3a9a2d394dfed8734ce8e03bd5059b135886a.tar.gz hdf5-10c3a9a2d394dfed8734ce8e03bd5059b135886a.tar.bz2 |
[svn-r10853] Purpose:
Add test of new added high level project files.
Description:
Add test of hl_test_ds.dsp and hl_test_packet.dsp
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows/hl/test')
-rwxr-xr-x | windows/hl/test/test_hdf5_hl.BAT | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/windows/hl/test/test_hdf5_hl.BAT b/windows/hl/test/test_hdf5_hl.BAT index 6688f4e..ae0aa31 100755 --- a/windows/hl/test/test_hdf5_hl.BAT +++ b/windows/hl/test/test_hdf5_hl.BAT @@ -2,7 +2,13 @@ REM This batch file will be used to test HDF5 High Level Library. REM By Xuan Bai -REM Last Modified on: 12/12/2004 +REM Last Modified on: 06/03/2005 by Fang GUO + +echo. +echo =============================================== +echo Testing hl_test_ds -- %1 +echo =============================================== +hl_test_ds\%1\hl_test_ds echo. echo =============================================== @@ -20,4 +26,10 @@ echo. echo =============================================== echo Testing hl_test_table -- %1 echo =============================================== -hl_test_table\%1\hl_test_table
\ No newline at end of file +hl_test_table\%1\hl_test_table + +echo. +echo =============================================== +echo Testing hl_test_packet -- %1 +echo =============================================== +hl_test_packet\%1\hl_test_packet
\ No newline at end of file |