aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.bat
blob: 01865a1831ef89d6bda2dba9f6d3965b4aba601b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@echo off

set RUNTESTS_TXT=runtests.txt
set RUNTESTS_LOG=runtests.log

set LIBFLAGS=-lib ../zexy -path ../abs/

echo %RUNTESTS_LOG% 


..\..\..\pd\bin\pd %LIBFLAGS% -nogui runtests_nogui.pd > %RUNTESTS_LOG% 2>&1