Files
0ad/build/premake/premake5/tests/test.bat
T
2017-10-28 16:10:49 +00:00

5 lines
101 B
Batchfile

@echo off
pushd "%~dp0"
..\bin\debug\premake5.exe /scripts=.. /file=..\premake5.lua %* test
popd