Segment integration tests in router

This commit is contained in:
str4d
2017-12-02 20:48:53 +00:00
parent 10d5a17422
commit a65a498c86
8 changed files with 11 additions and 7 deletions

View File

@@ -10,6 +10,9 @@ sourceSets {
test {
java {
srcDir 'java/test/junit'
exclude {
it.name.endsWith('IT.java')
}
}
}
}