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

15 lines
412 B
Groovy

plugins {
id 'com.github.hauner.jarTest' version '1.0.1'
}
sourceSets.test.java.srcDir 'harness-src/java'
// TODO: hook up harness-src/c somehow
dependencies {
testCompile 'junit:junit:4.11'
testCompile project(':com.ibm.wala.cast')
testCompile project(':com.ibm.wala.core')
testCompile project(':com.ibm.wala.util')
testCompile project(configuration: 'testArchives', path: ':com.ibm.wala.core.tests')
}