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

20 lines
696 B
Groovy

plugins {
id 'com.github.hauner.jarTest' version '1.0.1'
}
sourceSets.test.java.srcDir 'harness-src'
dependencies {
testCompile 'junit:junit:4.11'
testCompile project(':com.ibm.wala.cast')
testCompile project(':com.ibm.wala.cast.js')
testCompile project(':com.ibm.wala.cast.js.rhino')
testCompile project(':com.ibm.wala.core')
testCompile project(':com.ibm.wala.shrike')
testCompile project(':com.ibm.wala.util')
testCompile project(configuration: 'testArchives', path: ':com.ibm.wala.cast.test')
testCompile project(configuration: 'testArchives', path: ':com.ibm.wala.core.tests')
}
processTestResources.dependsOn tasks.getByPath(':com.ibm.wala.cast.js.test.data:unversionAjaxslt')