aboutsummaryrefslogtreecommitdiff
path: root/integrationtest/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'integrationtest/build.gradle')
-rw-r--r--integrationtest/build.gradle12
1 files changed, 12 insertions, 0 deletions
diff --git a/integrationtest/build.gradle b/integrationtest/build.gradle
new file mode 100644
index 0000000..bbe778f
--- /dev/null
+++ b/integrationtest/build.gradle
@@ -0,0 +1,12 @@
+// intergationtest module
+apply plugin: 'java'
+
+dependencies {
+ compile project(':shared')
+ compile project(':applier')
+ compile project(':generator')
+
+ testCompile 'junit:junit:4.12'
+ testCompile project(':sharedtest')
+}
+// EOF