Stuff I forgot to commit.
This commit is contained in:
parent
b8ae0092c1
commit
9f47433501
14 changed files with 517 additions and 249 deletions
|
@ -6,6 +6,10 @@ import PrintUtils._
|
|||
|
||||
object TestUtils {
|
||||
|
||||
implicit class OptionBackport(t: Option.type){
|
||||
def when[T](b: Boolean)(t: => T) = if(b) Some(t) else None
|
||||
}
|
||||
|
||||
/**
|
||||
* Generate and serialize BTrees for the test runner
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue