mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[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:
parent
89ccd2b16f
commit
48e9fa1ad9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user