diff options
Diffstat (limited to 'windows/hdf5check.BAT')
-rwxr-xr-x | windows/hdf5check.BAT | 4 |
1 files changed, 4 insertions, 0 deletions
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 |