sourceSets.test { java.srcDirs = ['src'] resources.srcDirs = ['testdata'] } dependencies { testCompile 'junit:junit:4.11' testCompile project(':com.ibm.wala.cast.js.nodejs') testCompile project(':com.ibm.wala.core') }