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.
183 lines
2.6 KiB
Batchfile
183 lines
2.6 KiB
Batchfile
@echo off
|
|
@set PATH=..\..\;..\..\x64\Release;..\..\x64\Debug;%PATH%
|
|
echo Test Case: 1
|
|
time<enter
|
|
"bird.exe" <"bird1.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird1.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 2
|
|
time<enter
|
|
"bird.exe" <"bird2.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird2.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 3
|
|
time<enter
|
|
"bird.exe" <"bird3.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird3.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 4
|
|
time<enter
|
|
"bird.exe" <"bird4.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird4.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 5
|
|
time<enter
|
|
"bird.exe" <"bird5.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird5.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 6
|
|
time<enter
|
|
"bird.exe" <"bird6.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird6.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 7
|
|
time<enter
|
|
"bird.exe" <"bird7.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird7.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 8
|
|
time<enter
|
|
"bird.exe" <"bird8.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird8.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 9
|
|
time<enter
|
|
"bird.exe" <"bird9.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird9.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 10
|
|
time<enter
|
|
"bird.exe" <"bird10.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird10.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 11
|
|
time<enter
|
|
"bird.exe" <"bird11.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird11.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 12
|
|
time<enter
|
|
"bird.exe" <"bird12.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird12.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 13
|
|
time<enter
|
|
"bird.exe" <"bird13.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird13.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 14
|
|
time<enter
|
|
"bird.exe" <"bird14.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird14.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 15
|
|
time<enter
|
|
"bird.exe" <"bird15.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird15.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 16
|
|
time<enter
|
|
"bird.exe" <"bird16.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird16.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 17
|
|
time<enter
|
|
"bird.exe" <"bird17.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird17.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 18
|
|
time<enter
|
|
"bird.exe" <"bird18.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird18.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 19
|
|
time<enter
|
|
"bird.exe" <"bird19.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird19.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|
|
echo Test Case: 20
|
|
time<enter
|
|
"bird.exe" <"bird20.in" >"_tmpout"
|
|
time<enter
|
|
fc "_tmpout" "bird20.out" /W
|
|
pause
|
|
del _tmpout
|
|
echo.
|
|
|