WALA/com.ibm.wala.cast.js.nodejs.../build.gradle

11 lines
224 B
Groovy

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')
}