Files
XCEngine/tests/run_tests.bat

8 lines
121 B
Batchfile
Raw Normal View History

@echo off
echo Running XCEngine Tests via Python runner...
echo.
python "%~dp0..\scripts\run_tests.py" --ci
echo.
pause