running tests from tests folder
This commit is contained in:
parent
42a5fd4010
commit
7171639dd1
|
@ -31,12 +31,10 @@ if not exist build/rusefi_test.exe exit -1
|
||||||
|
|
||||||
echo "TIMESTAMP %date% %time% Unit tests build looks good, now executing unit tests"
|
echo "TIMESTAMP %date% %time% Unit tests build looks good, now executing unit tests"
|
||||||
|
|
||||||
cd build
|
call build\rusefi_test.exe
|
||||||
call rusefi_test.exe
|
|
||||||
IF NOT ERRORLEVEL 0 echo ERROR: UNIT TEST FAILED
|
IF NOT ERRORLEVEL 0 echo ERROR: UNIT TEST FAILED
|
||||||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||||
|
|
||||||
cd ..
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo Back to root folder
|
echo Back to root folder
|
||||||
|
|
Loading…
Reference in New Issue