summaryrefslogtreecommitdiff
path: root/Test/textbook/runtest.bat
blob: bdfdd7d5918da1a821835e47899bcf796923c9e5 (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 DivMod.bpl) do (
  echo.
  echo ------------------------------ %%f ---------------------
  %BPLEXE% %* %%f
)