8 lines
121 B
Batchfile
8 lines
121 B
Batchfile
@echo off
|
|
echo Running XCEngine Tests via Python runner...
|
|
echo.
|
|
|
|
python "%~dp0..\scripts\run_tests.py" --ci
|
|
|
|
echo.
|
|
pause |