You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
1.3 KiB
Batchfile

@echo off
echo Test Case: 1
time<enter
"alpha.exe" <"alpha1.in" >"_tmpout"
time<enter
fc "_tmpout" "alpha1.out" /W
pause
del _tmpout
echo.
echo Test Case: 2
time<enter
"alpha.exe" <"alpha2.in" >"_tmpout"
time<enter
fc "_tmpout" "alpha2.out" /W
pause
del _tmpout
echo.
echo Test Case: 3
time<enter
"alpha.exe" <"alpha3.in" >"_tmpout"
time<enter
fc "_tmpout" "alpha3.out" /W
pause
del _tmpout
echo.
echo Test Case: 4
time<enter
"alpha.exe" <"alpha4.in" >"_tmpout"
time<enter
fc "_tmpout" "alpha4.out" /W
pause
del _tmpout
echo.
echo Test Case: 5
time<enter
"alpha.exe" <"alpha5.in" >"_tmpout"
time<enter
fc "_tmpout" "alpha5.out" /W
pause
del _tmpout
echo.
echo Test Case: 6
time<enter
"alpha.exe" <"alpha6.in" >"_tmpout"
time<enter
fc "_tmpout" "alpha6.out" /W
pause
del _tmpout
echo.
echo Test Case: 7
time<enter
"alpha.exe" <"alpha7.in" >"_tmpout"
time<enter
fc "_tmpout" "alpha7.out" /W
pause
del _tmpout
echo.
echo Test Case: 8
time<enter
"alpha.exe" <"alpha8.in" >"_tmpout"
time<enter
fc "_tmpout" "alpha8.out" /W
pause
del _tmpout
echo.
echo Test Case: 9
time<enter
"alpha.exe" <"alpha9.in" >"_tmpout"
time<enter
fc "_tmpout" "alpha9.out" /W
pause
del _tmpout
echo.
echo Test Case: 10
time<enter
"alpha.exe" <"alpha10.in" >"_tmpout"
time<enter
fc "_tmpout" "alpha10.out" /W
pause
del _tmpout
echo.