premake/tests/test.bat

5 lines
97 B
Batchfile
Raw Permalink Normal View History

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