diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-19 22:23:59 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-19 22:23:59 (GMT) |
commit | f608a332a796fe592f7e354970383fdcbc8c9b9a (patch) | |
tree | 912f2d95d1d103ff1211ea3e02574ef6056b7c8c /windows/test | |
parent | 38fc1ae9954956073cb6e9c7320bce25fc019dc3 (diff) | |
download | hdf5-f608a332a796fe592f7e354970383fdcbc8c9b9a.zip hdf5-f608a332a796fe592f7e354970383fdcbc8c9b9a.tar.gz hdf5-f608a332a796fe592f7e354970383fdcbc8c9b9a.tar.bz2 |
[svn-r10770] Purpose:
Add new HDF5 C library test project files into windows/test.
Description:
Add pool.dsp and pooldll.dsp
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows/test')
-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 ============================ |