diff options
Diffstat (limited to 'windows/tools')
-rwxr-xr-x | windows/tools/difftest.BAT | 21 | ||||
-rwxr-xr-x | windows/tools/lstest.BAT | 2 |
2 files changed, 22 insertions, 1 deletions
diff --git a/windows/tools/difftest.BAT b/windows/tools/difftest.BAT index 8309d68..492cdd2 100755 --- a/windows/tools/difftest.BAT +++ b/windows/tools/difftest.BAT @@ -1,4 +1,25 @@ @echo off +:: Copyright by the Board of Trustees of the University of Illinois. +:: All rights reserved. +:: +:: This file is part of HDF5. The full HDF5 copyright notice, including +:: terms governing use, modification, and redistribution, is contained in +:: the files COPYING and Copyright.html. COPYING can be found at the root +:: of the source code distribution tree; Copyright.html can be found at the +:: root level of an installed copy of the electronic HDF5 document set and +:: is linked from the top-level documents page. It can also be found at +:: http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +:: access to either file, you may request a copy from hdfhelpncsa.uiuc.edu. + +::This batch file is for h5diff tests. +::Usage +:: difftest release -- release static version +:: difftest debug -- debug static version +:: difftest release dll -- release dll version +:: difftest debug dll -- debug dll version +:: Written By: Fang GUO +:: Date : Jan. 12, 2006 + :: Track total number of testing errors set /A totalerr=0 set /A totalskip=0 diff --git a/windows/tools/lstest.BAT b/windows/tools/lstest.BAT index e161cad..23fe9bf 100755 --- a/windows/tools/lstest.BAT +++ b/windows/tools/lstest.BAT @@ -11,7 +11,7 @@ :: http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have :: access to either file, you may request a copy from hdfhelpncsa.uiuc.edu. -::This batch file is for h5dump general and xml tests. +::This batch file is for h5ls tests ::Usage :: lstest release -- release static version :: lstest debug -- debug static version |