diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-27 19:52:11 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-27 19:52:11 (GMT) |
commit | 9ff8c8c654fd4c22daafc4b28d98b5338acf10a5 (patch) | |
tree | 2d50b781ac6d0362d60c29b083572182c3c97bb9 | |
parent | a6777bffcad1fee82a34693ca2c1dff4b2de9ee2 (diff) | |
download | hdf5-9ff8c8c654fd4c22daafc4b28d98b5338acf10a5.zip hdf5-9ff8c8c654fd4c22daafc4b28d98b5338acf10a5.tar.gz hdf5-9ff8c8c654fd4c22daafc4b28d98b5338acf10a5.tar.bz2 |
[svn-r10809] Purpose:
Add batch file to test high level c++ table test.
Description:
Batch file to test high level c++ table test.
Solution:
Platforms tested:
WIndow XP
Misc. update:
-rwxr-xr-x | windows/hl/c++/test/test_hdf5_hl_cpp.bat | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/windows/hl/c++/test/test_hdf5_hl_cpp.bat b/windows/hl/c++/test/test_hdf5_hl_cpp.bat new file mode 100755 index 0000000..aedad8a --- /dev/null +++ b/windows/hl/c++/test/test_hdf5_hl_cpp.bat @@ -0,0 +1,11 @@ +ECHO OFF + +REM This batch file will be used to test HDF5 High Level C++ Library. +REM By Fang GUO +REM Created on: 05/27/2005 + +echo. +echo =============================================== +echo Testing hl_test_table_cpp -- %1 +echo =============================================== +hl_test_table_cpp\%1\hl_test_table_cpp
\ No newline at end of file |