control/VF Lazo Cerrado/Test_OPTOS_sg_rtw/instrumented/Test_OPTOS.bat
2025-09-03 11:47:17 +02:00

15 lines
287 B
Batchfile

call "%SLREALTIME_QNX_SP_ROOT%\%SLREALTIME_QNX_VERSION%\qnxsdp-env.bat"
cd .
chcp 1252
if "%1"=="" (make -f Test_OPTOS.mk all) else (make -f Test_OPTOS.mk %1)
@if errorlevel 1 goto error_exit
exit /B 0
:error_exit
echo The make command returned an error of %errorlevel%
exit /B 1