diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-03-22 14:18:51 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-03-22 14:18:51 (GMT) |
commit | ae80737f1c0c4ca9abd3daee591e808e83158402 (patch) | |
tree | 8af4aa1cc69ec8d486e6b15027ce0c80233a0fac | |
parent | 5771fdd19862830a1949cc512ce1e4406351af33 (diff) | |
download | hdf5-ae80737f1c0c4ca9abd3daee591e808e83158402.zip hdf5-ae80737f1c0c4ca9abd3daee591e808e83158402.tar.gz hdf5-ae80737f1c0c4ca9abd3daee591e808e83158402.tar.bz2 |
[svn-r10257] Purpose:
For windows support, Remove all.zip from HDF5.
Description:
Add the c++ test batch file.
Solution:
Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
-rwxr-xr-x | windows/c++/test/hdf5cpptest.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/c++/test/hdf5cpptest.bat b/windows/c++/test/hdf5cpptest.bat new file mode 100755 index 0000000..23a7f27 --- /dev/null +++ b/windows/c++/test/hdf5cpptest.bat @@ -0,0 +1,2 @@ +testhdf5_cpp%2\%1\testhdf5_cpp%2 +dsets_cpp%2\%1\dsets_cpp%2
\ No newline at end of file |