diff options
-rwxr-xr-x | windows/test/hdf5test.bat | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/windows/test/hdf5test.bat b/windows/test/hdf5test.bat index ec5a4ed..87185b3 100755 --- a/windows/test/hdf5test.bat +++ b/windows/test/hdf5test.bat @@ -1,6 +1,6 @@ @ECHO OFF REM This batch file is used to HDF5 C Library. -REM Last Modified: 10/26/2004 by Xuan Bai +REM Last Modified: 05/19/2005 by Fang GUO echo ============================ echo Testing testhdf5 @@ -65,6 +65,13 @@ sheap%2\%1\sheap%2 echo. echo ============================ +echo Testing pool +echo ============================ + +pool%2\%1\pool%2 + +echo. +echo ============================ echo Testing hyperslab echo ============================ |