summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/hl/test/test_hdf5_hl.BAT16
1 files changed, 14 insertions, 2 deletions
diff --git a/windows/hl/test/test_hdf5_hl.BAT b/windows/hl/test/test_hdf5_hl.BAT
index 6688f4e..ae0aa31 100755
--- a/windows/hl/test/test_hdf5_hl.BAT
+++ b/windows/hl/test/test_hdf5_hl.BAT
@@ -2,7 +2,13 @@
REM This batch file will be used to test HDF5 High Level Library.
REM By Xuan Bai
-REM Last Modified on: 12/12/2004
+REM Last Modified on: 06/03/2005 by Fang GUO
+
+echo.
+echo ===============================================
+echo Testing hl_test_ds -- %1
+echo ===============================================
+hl_test_ds\%1\hl_test_ds
echo.
echo ===============================================
@@ -20,4 +26,10 @@ echo.
echo ===============================================
echo Testing hl_test_table -- %1
echo ===============================================
-hl_test_table\%1\hl_test_table \ No newline at end of file
+hl_test_table\%1\hl_test_table
+
+echo.
+echo ===============================================
+echo Testing hl_test_packet -- %1
+echo ===============================================
+hl_test_packet\%1\hl_test_packet \ No newline at end of file