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.5 KiB
Batchfile

@echo off
@set PATH=..\..\;..\..\x64\Release;..\..\x64\Debug;%PATH%
echo Test Case: 1
time<enter
"qc.exe" <"qc1.in" >"_tmpout"
time<enter
fc "_tmpout" "qc1.out" /W
pause
del _tmpout
echo.
echo Test Case: 2
time<enter
"qc.exe" <"qc2.in" >"_tmpout"
time<enter
fc "_tmpout" "qc2.out" /W
pause
del _tmpout
echo.
echo Test Case: 3
time<enter
"qc.exe" <"qc3.in" >"_tmpout"
time<enter
fc "_tmpout" "qc3.out" /W
pause
del _tmpout
echo.
echo Test Case: 4
time<enter
"qc.exe" <"qc4.in" >"_tmpout"
time<enter
fc "_tmpout" "qc4.out" /W
pause
del _tmpout
echo.
echo Test Case: 5
time<enter
"qc.exe" <"qc5.in" >"_tmpout"
time<enter
fc "_tmpout" "qc5.out" /W
pause
del _tmpout
echo.
echo Test Case: 6
time<enter
"qc.exe" <"qc6.in" >"_tmpout"
time<enter
fc "_tmpout" "qc6.out" /W
pause
del _tmpout
echo.
echo Test Case: 7
time<enter
"qc.exe" <"qc7.in" >"_tmpout"
time<enter
fc "_tmpout" "qc7.out" /W
pause
del _tmpout
echo.
echo Test Case: 8
time<enter
"qc.exe" <"qc8.in" >"_tmpout"
time<enter
fc "_tmpout" "qc8.out" /W
pause
del _tmpout
echo.
echo Test Case: 9
time<enter
"qc.exe" <"qc9.in" >"_tmpout"
time<enter
fc "_tmpout" "qc9.out" /W
pause
del _tmpout
echo.
echo Test Case: 10
time<enter
"qc.exe" <"qc10.in" >"_tmpout"
time<enter
fc "_tmpout" "qc10.out" /W
pause
del _tmpout
echo.
echo Test Case: 11
time<enter
"qc.exe" <"qc11.in" >"_tmpout"
time<enter
fc "_tmpout" "qc11.out" /W
pause
del _tmpout
echo.
echo Test Case: 12
time<enter
"qc.exe" <"qc12.in" >"_tmpout"
time<enter
fc "_tmpout" "qc12.out" /W
pause
del _tmpout
echo.
echo Test Case: 13
time<enter
"qc.exe" <"qc13.in" >"_tmpout"
time<enter
fc "_tmpout" "qc13.out" /W
pause
del _tmpout
echo.
echo Test Case: 14
time<enter
"qc.exe" <"qc14.in" >"_tmpout"
time<enter
fc "_tmpout" "qc14.out" /W
pause
del _tmpout
echo.
echo Test Case: 15
time<enter
"qc.exe" <"qc15.in" >"_tmpout"
time<enter
fc "_tmpout" "qc15.out" /W
pause
del _tmpout
echo.
echo Test Case: 16
time<enter
"qc.exe" <"qc16.in" >"_tmpout"
time<enter
fc "_tmpout" "qc16.out" /W
pause
del _tmpout
echo.
echo Test Case: 17
time<enter
"qc.exe" <"qc17.in" >"_tmpout"
time<enter
fc "_tmpout" "qc17.out" /W
pause
del _tmpout
echo.
echo Test Case: 18
time<enter
"qc.exe" <"qc18.in" >"_tmpout"
time<enter
fc "_tmpout" "qc18.out" /W
pause
del _tmpout
echo.
echo Test Case: 19
time<enter
"qc.exe" <"qc19.in" >"_tmpout"
time<enter
fc "_tmpout" "qc19.out" /W
pause
del _tmpout
echo.
echo Test Case: 20
time<enter
"qc.exe" <"qc20.in" >"_tmpout"
time<enter
fc "_tmpout" "qc20.out" /W
pause
del _tmpout
echo.