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

@echo off
@set PATH=..\..\;..\..\x64\Release;..\..\x64\Debug;%PATH%
echo Test Case: 1
time<enter
"drive.exe" <"drive1.in" >"_tmpout"
time<enter
fc "_tmpout" "drive1.out" /W
pause
del _tmpout
echo.
echo Test Case: 2
time<enter
"drive.exe" <"drive2.in" >"_tmpout"
time<enter
fc "_tmpout" "drive2.out" /W
pause
del _tmpout
echo.
echo Test Case: 3
time<enter
"drive.exe" <"drive3.in" >"_tmpout"
time<enter
fc "_tmpout" "drive3.out" /W
pause
del _tmpout
echo.
echo Test Case: 4
time<enter
"drive.exe" <"drive4.in" >"_tmpout"
time<enter
fc "_tmpout" "drive4.out" /W
pause
del _tmpout
echo.
echo Test Case: 5
time<enter
"drive.exe" <"drive5.in" >"_tmpout"
time<enter
fc "_tmpout" "drive5.out" /W
pause
del _tmpout
echo.
echo Test Case: 6
time<enter
"drive.exe" <"drive6.in" >"_tmpout"
time<enter
fc "_tmpout" "drive6.out" /W
pause
del _tmpout
echo.
echo Test Case: 7
time<enter
"drive.exe" <"drive7.in" >"_tmpout"
time<enter
fc "_tmpout" "drive7.out" /W
pause
del _tmpout
echo.
echo Test Case: 8
time<enter
"drive.exe" <"drive8.in" >"_tmpout"
time<enter
fc "_tmpout" "drive8.out" /W
pause
del _tmpout
echo.
echo Test Case: 9
time<enter
"drive.exe" <"drive9.in" >"_tmpout"
time<enter
fc "_tmpout" "drive9.out" /W
pause
del _tmpout
echo.
echo Test Case: 10
time<enter
"drive.exe" <"drive10.in" >"_tmpout"
time<enter
fc "_tmpout" "drive10.out" /W
pause
del _tmpout
echo.
echo Test Case: 11
time<enter
"drive.exe" <"drive11.in" >"_tmpout"
time<enter
fc "_tmpout" "drive11.out" /W
pause
del _tmpout
echo.
echo Test Case: 12
time<enter
"drive.exe" <"drive12.in" >"_tmpout"
time<enter
fc "_tmpout" "drive12.out" /W
pause
del _tmpout
echo.
echo Test Case: 13
time<enter
"drive.exe" <"drive13.in" >"_tmpout"
time<enter
fc "_tmpout" "drive13.out" /W
pause
del _tmpout
echo.
echo Test Case: 14
time<enter
"drive.exe" <"drive14.in" >"_tmpout"
time<enter
fc "_tmpout" "drive14.out" /W
pause
del _tmpout
echo.
echo Test Case: 15
time<enter
"drive.exe" <"drive15.in" >"_tmpout"
time<enter
fc "_tmpout" "drive15.out" /W
pause
del _tmpout
echo.
echo Test Case: 16
time<enter
"drive.exe" <"drive16.in" >"_tmpout"
time<enter
fc "_tmpout" "drive16.out" /W
pause
del _tmpout
echo.
echo Test Case: 17
time<enter
"drive.exe" <"drive17.in" >"_tmpout"
time<enter
fc "_tmpout" "drive17.out" /W
pause
del _tmpout
echo.
echo Test Case: 18
time<enter
"drive.exe" <"drive18.in" >"_tmpout"
time<enter
fc "_tmpout" "drive18.out" /W
pause
del _tmpout
echo.
echo Test Case: 19
time<enter
"drive.exe" <"drive19.in" >"_tmpout"
time<enter
fc "_tmpout" "drive19.out" /W
pause
del _tmpout
echo.
echo Test Case: 20
time<enter
"drive.exe" <"drive20.in" >"_tmpout"
time<enter
fc "_tmpout" "drive20.out" /W
pause
del _tmpout
echo.