This website works better with JavaScript.
Home
Explore
Help
Sign In
sindre
/
RISC-FiveStage
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of
https://github.com/PeterAaser/TDT4255_EX2
master
peteraa
6 years ago
parent
7394e7a464
ba7dfd8d2f
commit
ddec1ad315
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/test/scala/Manifest.scala
+ 2
- 1
src/test/scala/Manifest.scala
View File
@@ -31,7 +31,8 @@ object Manifest {
printMergedTrace = true,
nopPadded = nopPadded,
breakPoints = Nil, // not implemented
testName = singleTest)
testName = singleTest,
maxSteps = 15000)
val allTestOptions: String => TestOptions = name => TestOptions(
Write
Preview
Loading…
Cancel
Save