Add a resource directory containing a zip archive used for testing

The excluded test in this subproject still does not pass, though now
it's failing for a different reason than before.  Progress, I suppose!
This commit is contained in:
Ben Liblit 2018-02-14 17:38:44 -06:00
parent 7227deb8a9
commit 06d464216b
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
sourceSets.test.java.srcDirs = ['src']
sourceSets.test {
java.srcDirs = ['src']
resources.srcDirs = ['testdata']
}
dependencies {
testCompile(