[svn-r12674] Add a batch file to test the validation of h5jam/h5unjam tool. The correctedness test is much harder to be implemented by using batch script on windows. Will handle this later.

This commit is contained in:
MuQun Yang 2006-09-19 17:19:03 -05:00
parent 79a3951338
commit 6917abeca2
2 changed files with 92 additions and 2 deletions

86
windows/tools/jamtest.bat Normal file
View File

@ -0,0 +1,86 @@
@REM Should copy all testing files to this directory
@REM This batch file only tests the validation of h5jam and h5unjam tools on windows,
@REM It will not check the correctedness of jammed/unjammed user-block.
cd h5jam%2\%1
echo off
copy /Y ..\..\testfiles\tall.h5 tall.h5 >temp.txt
copy /Y ..\..\testfiles\u10.txt u10.txt >temp.txt
h5jam -u u10.txt -i tall.h5 -o ta2.h5
echo h5jam -u u10.txt -i tall.h5 -o ta2.h5 PASSED
h5jam -u u511.txt -i tall.h5 -o ta3.h5
echo h5jam -u u511.txt -i tall.h5 -o ta3.h5 PASSED
h5jam -u u512.txt -i tall.h5 -o ta4.h5
echo h5jam -u u512.txt -i tall.h5 -o ta4.h5 PASSED
h5jam -u u513.txt -i tall.h5 -o ta5.h5
echo h5jam -u u513.txt -i tall.h5 -o ta5.h5 PASSED
copy /Y tall.h5 ta.h5 >temp.txt
h5jam -u u10.txt -i ta.h5
echo h5jam -u u10.txt -i ta.h5 PASSED
copy /Y tall.h5 ta.h5 >temp.txt
h5jam -u u511.txt -i ta.h5
echo h5jam -u u511.txt -i ta.h5 PASSED
copy /Y tall.h5 ta.h5 >temp.txt
h5jam -u u512.txt -i ta.h5
echo h5jam -u u512.txt -i ta.h5 PASSED
copy /Y tall.h5 ta.h5 >temp.txt
h5jam -u u513.txt -i ta.h5
echo h5jam -u u513.txt -i ta.h5 PASSED
h5jam -u u10.txt -i twithub.h5 -o tax2.h5
echo h5jam -u u10.txt -i twithub.h5 -o tax2.h5 PASSED
h5jam -u u511.txt -i twithub.h5 -o tax3.h5
echo h5jam -u u511.txt -i twithub.h5 -o tax3.h5 PASSED
h5jam -u u512.txt -i twithub.h5 -o tax4.h5
echo h5jam -u u512.txt -i twithub.h5 -o tax4.h5 PASSED
h5jam -u u513.txt -i twithub.h5 -o tax5.h5
echo h5jam -u u513.txt -i twithub.h5 -o tax5.h5 PASSED
h5jam -u u10.txt -i twithub513.h5 -o tax6.h5
echo h5jam -u u10.txt -i twithub513.h5 -o tax6.h5 PASSED
h5jam -u u511.txt -i twithub513.h5 -o tax7.h5
echo h5jam -u u511.txt -i twithub513.h5 -o tax7.h5 PASSED
h5jam -u u512.txt -i twithub513.h5 -o tax8.h5
echo h5jam -u u512.txt -i twithub513.h5 -o tax8.h5 PASSED
h5jam -u u513.txt -i twithub513.h5 -o tax9.h5
echo h5jam -u u513.txt -i twithub513.h5 -o tax9.h5 PASSED
h5jam -u u10.txt -i twithub.h5 -o taz2.h5 --clobber
echo h5jam -u u10.txt -i twithub.h5 -o taz2.h5 --clobber PASSED
h5jam -u u511.txt -i twithub.h5 -o taz3.h5 --clobber
echo h5jam -u u511.txt -i twithub.h5 -o taz3.h5 --clobber PASSED
h5jam -u u512.txt -i twithub.h5 -o taz4.h5 --clobber
echo h5jam -u u512.txt -i twithub.h5 -o taz4.h5 --clobber PASSED
h5jam -u u513.txt -i twithub.h5 -o taz5.h5 --clobber
echo h5jam -u u513.txt -i twithub.h5 -o taz5.h5 --clobber PASSED
h5jam -u u10.txt -i twithub513.h5 -o taz6.h5 --clobber
echo h5jam -u u10.txt -i twithub513.h5 -o taz6.h5 --clobber PASSED
h5jam -u u511.txt -i twithub513.h5 -o taz7.h5 --clobber
echo h5jam -u u511.txt -i twithub513.h5 -o taz7.h5 --clobber PASSED
h5jam -u u512.txt -i twithub513.h5 -o taz8.h5 --clobber
echo h5jam -u u512.txt -i twithub513.h5 -o taz8.h5 --clobber PASSED
h5jam -u u513.txt -i twithub513.h5 -o taz9.h5 --clobber
echo h5jam -u u513.txt -i twithub513.h5 -o taz9.h5 --clobber PASSED
copy /Y twithub.h5 tay2.h5 >temp.txt
h5jam -u u10.txt -i tay2.h5 --clobber
echo h5jam -u u10.txt -i tay2.h5 --clobber PASSED
copy /Y twithub.h5 tay3.h5 >temp.txt
h5jam -u u511.txt -i tay3.h5 --clobber
echo h5jam -u u511.txt -i tay3.h5 --clobber PASSED
copy /Y twithub.h5 tay4.h5 >temp.txt
h5jam -u u512.txt -i tay4.h5 --clobber
echo h5jam -u u512.txt -i tay4.h5 --clobber PASSED
copy /Y twithub.h5 tay5.h5 >temp.txt
h5jam -u u513.txt -i tay5.h5 --clobber
echo h5jam -u u513.txt -i tay5.h5 --clobber PASSED
copy /Y twithub513.h5 tay6.h5 >temp.txt
h5jam -u u10.txt -i tay6.h5 --clobber
echo h5jam -u u10.txt -i tay6.h5 --clobber PASSED
copy /Y twithub513.h5 tay7.h5 >temp.txt
h5jam -u u511.txt -i tay7.h5 --clobber
echo h5jam -u u511.txt -i tay7.h5 --clobber PASSED
copy /Y twithub513.h5 tay8.h5 >temp.txt
h5jam -u u512.txt -i tay8.h5 --clobber
echo h5jam -u u512.txt -i tay8.h5 --clobber PASSED
copy /Y twithub513.h5 tay9.h5 >temp.txt
h5jam -u u513.txt -i tay9.h5 --clobber
echo h5jam -u u513.txt -i tay9.h5 --clobber PASSED
del temp.txt
cd ../..

View File

@ -46,5 +46,9 @@ call importtest %1 %2
call repacktest %1 %2
@more repacktest%2_%1.txt >> toolstest_%1%2.txt
@del repacktest%2_%1.txt
set p2=%2
if %2==dll (
echo "DLL version is not available for h5jam or h5unjam, SKIP the test"
) else (
call jamtest %1 %2
)