Skip to content

Instantly share code, notes, and snippets.

@ldaley
Created February 22, 2013 11:29
Show Gist options
  • Save ldaley/5012835 to your computer and use it in GitHub Desktop.
Save ldaley/5012835 to your computer and use it in GitHub Desktop.
funtional testing config
sourceSets {
functionalTest {
task functionalTest(type: Test) {
testClassesDir = output.classesDir
testSrcDirs = java.srcDirs.toList()
classpath = runtimeClasspath
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment