diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-11-15 17:38:31 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-11-15 17:38:31 (GMT) |
commit | a8e74b46fc2cd5503a9331657a2b16ea23fda1a5 (patch) | |
tree | ceb766593d12b792207dfa832e956c69609cdf1d /windows/test | |
parent | 9895837b761b00921c7016cc1c613e08b9de29b2 (diff) | |
download | hdf5-a8e74b46fc2cd5503a9331657a2b16ea23fda1a5.zip hdf5-a8e74b46fc2cd5503a9331657a2b16ea23fda1a5.tar.gz hdf5-a8e74b46fc2cd5503a9331657a2b16ea23fda1a5.tar.bz2 |
[svn-r11721] Purpose:
Maintenance on Windows
Description:
Add tests for objcopy and objcopydll into batch file
Solution:
Platforms tested:
Windows XP with VS 6.0
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 f7e6ef6..76f24a1 100755 --- a/windows/test/hdf5test.bat +++ b/windows/test/hdf5test.bat @@ -154,6 +154,13 @@ external%2\%1\external%2 echo. echo ============================ +echo Testing objcopy +echo ============================ + +objcopy%2\%1\objcopy%2 + +echo. +echo ============================ echo Testing links echo ============================ |