summaryrefslogtreecommitdiff
path: root/java/test
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-03-29 11:42:36 +0200
committerJose <jose@zeroc.com>2016-03-29 11:42:36 +0200
commitfb6f4103b135f1894ab621ca257aed6b7d26c8fd (patch)
treead278f2f1fbe365050c62d000dfcab2245d52d2b /java/test
parentTestController build dependency fixes (diff)
downloadice-fb6f4103b135f1894ab621ca257aed6b7d26c8fd.tar.bz2
ice-fb6f4103b135f1894ab621ca257aed6b7d26c8fd.tar.xz
ice-fb6f4103b135f1894ab621ca257aed6b7d26c8fd.zip
Build test controller with test targets
Diffstat (limited to 'java/test')
-rw-r--r--java/test/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/build.gradle b/java/test/build.gradle
index 52b0036bc02..6b6150b644c 100644
--- a/java/test/build.gradle
+++ b/java/test/build.gradle
@@ -19,6 +19,7 @@ sourceSets {
exclude '**/lambda'
}
exclude 'plugins'
+ exclude 'controller'
exclude 'ejb'
}
}
@@ -34,6 +35,7 @@ dependencies {
compile localDependency('icestorm')
compile localDependency('icegrid')
compile project(':testPlugins')
+ compile project(':testController')
compile files(dbJar)
runtime "org.apache.tools:bzip2:1.0"
}
@@ -58,5 +60,3 @@ clean {
}
delete("src/main/java/test/Slice/generation/classes")
}
-
-