aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Abhishek Kumar <abhikumar@google.com>2015-04-16 20:10:29 -0700
committerGravatar Abhishek Kumar <abhikumar@google.com>2015-04-16 20:10:29 -0700
commit1b3e3cd75b8f0e78499d430563619969ca17ef47 (patch)
tree06922a16539f9559eb71e000edd102fc94e6fd26 /test
parent720a208b7f9188d0245c69f54398abb9634c34ac (diff)
Moving test.proto to an outer directory so others can depend on it.
Diffstat (limited to 'test')
-rw-r--r--test/cpp/interop/interop_client.cc2
-rw-r--r--test/cpp/interop/server.cc2
-rw-r--r--test/proto/test.proto (renamed from test/cpp/interop/test.proto)0
3 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/interop/interop_client.cc b/test/cpp/interop/interop_client.cc
index fd9c2e024a..33053edc97 100644
--- a/test/cpp/interop/interop_client.cc
+++ b/test/cpp/interop/interop_client.cc
@@ -43,7 +43,7 @@
#include <grpc++/client_context.h>
#include <grpc++/status.h>
#include <grpc++/stream.h>
-#include "test/cpp/interop/test.grpc.pb.h"
+#include "test/proto/test.grpc.pb.h"
#include "test/cpp/interop/empty.grpc.pb.h"
#include "test/cpp/interop/messages.grpc.pb.h"
diff --git a/test/cpp/interop/server.cc b/test/cpp/interop/server.cc
index 94e266fcbd..d48e9dcfa5 100644
--- a/test/cpp/interop/server.cc
+++ b/test/cpp/interop/server.cc
@@ -48,7 +48,7 @@
#include <grpc++/server_credentials.h>
#include <grpc++/status.h>
#include <grpc++/stream.h>
-#include "test/cpp/interop/test.grpc.pb.h"
+#include "test/proto/test.grpc.pb.h"
#include "test/cpp/interop/empty.grpc.pb.h"
#include "test/cpp/interop/messages.grpc.pb.h"
#include "test/cpp/interop/server_helper.h"
diff --git a/test/cpp/interop/test.proto b/test/proto/test.proto
index b55780e5cd..b55780e5cd 100644
--- a/test/cpp/interop/test.proto
+++ b/test/proto/test.proto