summaryrefslogtreecommitdiff
path: root/Test/lazyinline/runtest.bat
blob: e7e86446bbfc0b79969956a3ccba6a2877501bfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@echo off
setlocal

set BGEXE=..\..\Binaries\Boogie.exe
rem set BGEXE=mono ..\..\Binaries\Boogie.exe

echo ----- Running regression test bar1.bpl
%BGEXE% %* /noinfer /lazyInline:1 bar1.bpl
echo -----
echo ----- Running regression test bar2.bpl
%BGEXE% %* /noinfer /lazyInline:1 bar2.bpl
echo -----
echo ----- Running regression test bar3.bpl
%BGEXE% %* /noinfer /lazyInline:1 bar3.bpl
echo -----
echo ----- Running regression test bar4.bpl
%BGEXE% %* /noinfer /lazyInline:1 bar4.bpl
echo -----
echo ----- Running regression test bar5.bpl
%BGEXE% %* /noinfer /lazyInline:1 bar5.bpl
echo -----
echo ----- Running regression test bar6.bpl
%BGEXE% %* /noinfer /lazyInline:1 bar6.bpl
echo -----
echo ----- Running regression test bar7.bpl
%BGEXE% %* /noinfer /lazyInline:1 bar7.bpl
echo -----
echo ----- Running regression test bar8.bpl
%BGEXE% %* /noinfer /lazyInline:1 bar8.bpl
echo -----
echo ----- Running regression test foo.bpl
%BGEXE% %* /noinfer /lazyInline:1 /extractLoops foo.bpl
echo -----