aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-21 07:04:49 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-21 07:04:49 -0800
commitfe8af4e2e99ab5e5dfa154ca965f9bc5f7a37a2e (patch)
tree69b2af2af7b18f951199f4271f940a6e5826a7dc /test/cpp
parentc5b9692e11d8de376a86437b58c6152eb5cff2fa (diff)
Rename interop_test.c --> interop_test.cc
We have many assumptions about languages baked into the test system, and we want this test harness to trigger when testing C++ stuff, so it needs to be written in C++.
Diffstat (limited to 'test/cpp')
-rw-r--r--test/cpp/interop/interop_test.cc (renamed from test/cpp/interop/interop_test.c)3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/cpp/interop/interop_test.c b/test/cpp/interop/interop_test.cc
index 204aa6265e..811e0eb009 100644
--- a/test/cpp/interop/interop_test.c
+++ b/test/cpp/interop/interop_test.cc
@@ -44,8 +44,11 @@
#include <sys/types.h>
#include <sys/wait.h>
+extern "C" {
#include "src/core/iomgr/socket_utils_posix.h"
#include "src/core/support/string.h"
+}
+
#include <grpc/support/alloc.h>
#include <grpc/support/host_port.h>
#include <grpc/support/log.h>