summaryrefslogtreecommitdiffstats
path: root/windows/hdf5check.BAT
diff options
context:
space:
mode:
Diffstat (limited to 'windows/hdf5check.BAT')
-rwxr-xr-xwindows/hdf5check.BAT7
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