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.

93 lines
1.2 KiB
Batchfile

@echo off
@set PATH=..\..\;%PATH%
echo Test Case: 1
time<enter
"son.exe" <"son1.in" >"_tmpout"
time<enter
fc "_tmpout" "son1.out" /W
pause
del _tmpout
echo.
echo Test Case: 2
time<enter
"son.exe" <"son2.in" >"_tmpout"
time<enter
fc "_tmpout" "son2.out" /W
pause
del _tmpout
echo.
echo Test Case: 3
time<enter
"son.exe" <"son3.in" >"_tmpout"
time<enter
fc "_tmpout" "son3.out" /W
pause
del _tmpout
echo.
echo Test Case: 4
time<enter
"son.exe" <"son4.in" >"_tmpout"
time<enter
fc "_tmpout" "son4.out" /W
pause
del _tmpout
echo.
echo Test Case: 5
time<enter
"son.exe" <"son5.in" >"_tmpout"
time<enter
fc "_tmpout" "son5.out" /W
pause
del _tmpout
echo.
echo Test Case: 6
time<enter
"son.exe" <"son6.in" >"_tmpout"
time<enter
fc "_tmpout" "son6.out" /W
pause
del _tmpout
echo.
echo Test Case: 7
time<enter
"son.exe" <"son7.in" >"_tmpout"
time<enter
fc "_tmpout" "son7.out" /W
pause
del _tmpout
echo.
echo Test Case: 8
time<enter
"son.exe" <"son8.in" >"_tmpout"
time<enter
fc "_tmpout" "son8.out" /W
pause
del _tmpout
echo.
echo Test Case: 9
time<enter
"son.exe" <"son9.in" >"_tmpout"
time<enter
fc "_tmpout" "son9.out" /W
pause
del _tmpout
echo.
echo Test Case: 10
time<enter
"son.exe" <"son10.in" >"_tmpout"
time<enter
fc "_tmpout" "son10.out" /W
pause
del _tmpout
echo.