mongoose/test/keil/unitest.bat

8 lines
177 B
Batchfile
Raw Normal View History

2023-06-27 05:20:38 +08:00
cd %1
start /WAIT /B C:\Keil_v5\UV4\UV4.exe -cr device-dashboard.uvprojx -j0 -o output.txt -t %2
2023-04-12 04:47:38 +08:00
if %ERRORLEVEL% NEQ 0 (
type output.txt
exit /B %ERRORLEVEL%
)
del output.txt