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

11 lines
214 B
Groovy

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