summaryrefslogtreecommitdiff
path: root/Test/textbook/runtest.bat
blob: 6e39e589adc402555926e96fae03316af32c70b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@echo off

set BOOGIEDIR=..\..\Binaries
set BPLEXE=%BOOGIEDIR%\Boogie.exe

REM ======================
REM ====================== Examples written in Boogie
REM ======================
for %%f in (Find.bpl DutchFlag.bpl Bubble.bpl) do (
  echo.
  echo ------------------------------ %%f ---------------------
  %BPLEXE% %* %%f
)