- Added timer constraints to the multi-protocol test.
This commit is contained in:
parent
ec86107800
commit
5e78172162
@ -36,8 +36,8 @@ ScytherProgram = "../src/scyther"
|
|||||||
|
|
||||||
# Scyther parameters
|
# Scyther parameters
|
||||||
ScytherDefaults = "--summary"
|
ScytherDefaults = "--summary"
|
||||||
ScytherMethods = "-m1 -a"
|
ScytherMethods = "--match=1 --arachne"
|
||||||
ScytherBounds = "-r4 --max-depth=20 -l15"
|
ScytherBounds = "--timer=100 --max-runs=5 --max-depth=30 --max-length=18"
|
||||||
|
|
||||||
# Build a large part of the command line (for Scyther) already
|
# Build a large part of the command line (for Scyther) already
|
||||||
ScytherArgs = ScytherDefaults + " " + ScytherMethods + " " + ScytherBounds
|
ScytherArgs = ScytherDefaults + " " + ScytherMethods + " " + ScytherBounds
|
||||||
|
Loading…
Reference in New Issue
Block a user