diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-27 19:59:17 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-27 19:59:17 (GMT) |
commit | 89a683c73378c7d75ed43d7c41107206e0b35d0e (patch) | |
tree | f4d131b051a3ede3bdc7ad26d1540166c70e8f3d | |
parent | f3b0b9944a035d08a8fe3b121c3b758deb5424a2 (diff) | |
download | hdf5-89a683c73378c7d75ed43d7c41107206e0b35d0e.zip hdf5-89a683c73378c7d75ed43d7c41107206e0b35d0e.tar.gz hdf5-89a683c73378c7d75ed43d7c41107206e0b35d0e.tar.bz2 |
[svn-r10812] Purpose:
Update batch file hdf5check.bat
Description:
Add test for high level c++ library.
Solution:
Platforms tested:
Windows XP.
Misc. update:
-rwxr-xr-x | windows/hdf5check.BAT | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/windows/hdf5check.BAT b/windows/hdf5check.BAT index 7b5132c..4579b01 100755 --- a/windows/hdf5check.BAT +++ b/windows/hdf5check.BAT @@ -128,7 +128,12 @@ echo HDF5 C++ Library Tests -- Release >> ..\..\check_re echo ***************************************************************************** >> ..\..\check_results.txt echo hdf5cpptest release call hdf5cpptest release >> ..\..\check_results.txt -echo. >> ..\..\check_results.txt +echo. >> ..\..\check_results.txt + +cd ..\..\hl\c++\test +echo test_hdf5_hl_cpp Release +call test_hdf5_hl_cpp Release >> ..\..\..\check_results.txt + echo ***************************************************************************** >> ..\..\check_results.txt echo HDF5 C++ Library Tests -- Debug >> ..\..\check_results.txt echo ***************************************************************************** >> ..\..\check_results.txt |