premake/tests/test.bat
2014-10-22 14:48:22 -04:00

5 lines
101 B
Batchfile

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