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