diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-01-31 19:49:43 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-01-31 19:49:43 (GMT) |
commit | 1cc33a5f310a02e34920b7d3a230120a772a0e2e (patch) | |
tree | 0cd29000f1e3e628da06e6d5eccccf732a20412b /windows/test | |
parent | 7340e2c148841bf2c112036fb56270ef21d788e5 (diff) | |
download | hdf5-1cc33a5f310a02e34920b7d3a230120a772a0e2e.zip hdf5-1cc33a5f310a02e34920b7d3a230120a772a0e2e.tar.gz hdf5-1cc33a5f310a02e34920b7d3a230120a772a0e2e.tar.bz2 |
[svn-r11908] Purpose:
Maintenance on Windows
Description:
Add tests for cache_api.dsp and cache_apidll.dsp
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows/test')
-rwxr-xr-x | windows/test/hdf5test.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/windows/test/hdf5test.bat b/windows/test/hdf5test.bat index 76f24a1..f6b11bb 100755 --- a/windows/test/hdf5test.bat +++ b/windows/test/hdf5test.bat @@ -56,6 +56,13 @@ cache%2\%1\cache%2 echo. echo ============================ +echo Testing cache_api +echo ============================ + +cache_api%2\%1\cache_api%2 + +echo. +echo ============================ echo Testing b_plus_tree echo ============================ |