Skip to content

Instantly share code, notes, and snippets.

@asflierl
Created June 8, 2011 21:40
Show Gist options
  • Save asflierl/1015483 to your computer and use it in GitHub Desktop.
Save asflierl/1015483 to your computer and use it in GitHub Desktop.
test setup
testOptions <+= crossTarget { ct =>
Tests.Setup(() => { System.setProperty("specs2.outDir", ct.getAbsolutePath); () })
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment