[svn-r10831] Purpose:

Add C++  High level Debug  Test in hdf5check.bat
Description:
C++ High Level Debug Test was missed in the batch file hdf5chek.bat
Solution:

Platforms tested:

Misc. update:
This commit is contained in:
Fang Guo 2005-05-31 14:10:40 -05:00
parent 89ccd2b16f
commit 48e9fa1ad9

View File

@ -140,6 +140,10 @@ echo ***************************************************************************
echo hdf5cpptest debug
call hdf5cpptest debug >> ..\..\check_results.txt
echo. >> ..\..\check_results.txt
cd ..\..\hl\c++\test
echo test_hdf5_hl_cpp Debug
call test_hdf5_hl_cpp Debug >> ..\..\..\check_results.txt
echo ***************************************************************************** >> ..\..\check_results.txt
echo HDF5 C++ Library Tests -- Release DLL >> ..\..\check_results.txt
echo ***************************************************************************** >> ..\..\check_results.txt