winamp/Src/external_dependencies/openmpt-trunk/include/premake/tests/test.bat

5 lines
97 B
Batchfile
Raw Normal View History

2024-09-24 08:54:57 -04:00
@echo off
pushd "%~dp0"
..\bin\debug\premake5.exe /scripts=.. /file=..\premake5.lua %* test
popd