WALA/com.ibm.wala.ide.jsdt.tests/build.gradle

18 lines
786 B
Groovy

sourceSets.test.java.srcDirs = ['src']
dependencies {
testCompile 'junit:junit:4.11'
testCompile 'org.eclipse.core:org.eclipse.core.runtime:3.10.0.v20140318-2214'
testCompile 'org.eclipse.platform:org.eclipse.core.runtime:3.13.0'
testCompile 'org.eclipse.platform:org.eclipse.equinox.common:3.9.0'
testCompile 'org.eclipse.wst.jsdt:core:1.0.201.v2010012803'
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.ide.jsdt')
testCompile project(':com.ibm.wala.util')
testCompile project(configuration: 'testArchives', path: ':com.ibm.wala.ide.tests')
testRuntime 'org.eclipse.platform:org.eclipse.osgi:3.12.50'
}