Merge branch 'master' of https://github.com/PeterAaser/TDT4255_EX2
This commit is contained in:
commit
ddec1ad315
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ object Manifest {
|
||||||
printMergedTrace = true,
|
printMergedTrace = true,
|
||||||
nopPadded = nopPadded,
|
nopPadded = nopPadded,
|
||||||
breakPoints = Nil, // not implemented
|
breakPoints = Nil, // not implemented
|
||||||
testName = singleTest)
|
testName = singleTest,
|
||||||
|
maxSteps = 15000)
|
||||||
|
|
||||||
|
|
||||||
val allTestOptions: String => TestOptions = name => TestOptions(
|
val allTestOptions: String => TestOptions = name => TestOptions(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue