WALA/com.ibm.wala.core.tests/build.gradle

22 lines
462 B
Groovy

plugins {
id 'com.github.hauner.jarTest' version '1.0.1'
}
sourceSets.test {
java.srcDirs = ['src']
resources.srcDirs = ['dat']
}
dependencies {
testCompile(
'junit:junit:4.11',
'org.apache.ant:ant:1.8.2',
'org.eclipse.core:org.eclipse.core.runtime:3.10.0.v20140318-2214',
'org.hamcrest:hamcrest-core:1.3',
'org.osgi:org.osgi.core:4.2.0',
project(':com.ibm.wala.core'),
project(':com.ibm.wala.shrike'),
project(':com.ibm.wala.util'),
)
}