From 48e9fa1ad980ab87b06a0d7cc5752177217375cd Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Tue, 31 May 2005 14:10:40 -0500 Subject: [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: --- windows/hdf5check.BAT | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/hdf5check.BAT b/windows/hdf5check.BAT index 4579b01..517b714 100755 --- a/windows/hdf5check.BAT +++ b/windows/hdf5check.BAT @@ -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 -- cgit v0.12