9 lines
119 B
Batchfile
9 lines
119 B
Batchfile
|
|
@echo off
|
||
|
|
echo Running XCEngine Tests...
|
||
|
|
echo.
|
||
|
|
|
||
|
|
ctest --test-dir tests/build -C Debug --output-on-failure
|
||
|
|
|
||
|
|
echo.
|
||
|
|
pause
|