aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorzpencer <spencerfang@google.com>2017-10-06 10:44:58 -0700
committerGitHub <noreply@github.com>2017-10-06 10:44:58 -0700
commitb07c70a09f2e45e578d315d7aa9f0f9fedda6d1a (patch)
treebf0f65cd5541799fea7c947c6a1ccf996d13b6f9 /settings.gradle
parent80ac407c6c59fe9833f8f25f3876becbce245ab0 (diff)
downloadgrpc-grpc-java-b07c70a09f2e45e578d315d7aa9f0f9fedda6d1a.tar.gz
gae-interop-testing: add GAE interop tests (#3535)
See `gae-interop-testing/README.md` for details on how to run the tests.
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index dbe8ab718..780e8c69d 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -12,6 +12,8 @@ include ":grpc-grpclb"
include ":grpc-testing"
include ":grpc-testing-proto"
include ":grpc-interop-testing"
+include ":grpc-gae-interop-testing-jdk7"
+include ":grpc-gae-interop-testing-jdk8"
include ":grpc-all"
include ":grpc-benchmarks"
include ":grpc-services"
@@ -29,6 +31,8 @@ project(':grpc-grpclb').projectDir = "$rootDir/grpclb" as File
project(':grpc-testing').projectDir = "$rootDir/testing" as File
project(':grpc-testing-proto').projectDir = "$rootDir/testing-proto" as File
project(':grpc-interop-testing').projectDir = "$rootDir/interop-testing" as File
+project(':grpc-gae-interop-testing-jdk7').projectDir = "$rootDir/gae-interop-testing/gae-jdk7" as File
+project(':grpc-gae-interop-testing-jdk8').projectDir = "$rootDir/gae-interop-testing/gae-jdk8" as File
project(':grpc-all').projectDir = "$rootDir/all" as File
project(':grpc-benchmarks').projectDir = "$rootDir/benchmarks" as File
project(':grpc-services').projectDir = "$rootDir/services" as File