premake/tests/test.bat
2014-09-18 16:19:08 -04:00

5 lines
105 B
Batchfile

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