aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-07-06 15:05:48 -0700
committerGravatar yang-g <yangg@google.com>2015-07-06 15:05:48 -0700
commit8068f869747529fe800586bd2a7cb34b0573dcae (patch)
treec7ee3f65e93818f77e72c7f03e8bddee77e50340 /tools/run_tests
parent5ea46ab2482c3724fbc7fd0aab55f324fb65999c (diff)
Add a unit test
Diffstat (limited to 'tools/run_tests')
-rw-r--r--tools/run_tests/sources_and_headers.json13
-rw-r--r--tools/run_tests/tests.json9
2 files changed, 22 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index 1fb239983a..f81e8efdc9 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -1444,6 +1444,19 @@
{
"deps": [
"gpr",
+ "grpc",
+ "grpc++"
+ ],
+ "headers": [],
+ "language": "c++",
+ "name": "secure_auth_context_test",
+ "src": [
+ "test/cpp/common/secure_auth_context_test.cc"
+ ]
+ },
+ {
+ "deps": [
+ "gpr",
"gpr_test_util",
"grpc",
"grpc++",
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 432b908bd6..67d48ab77f 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -705,6 +705,15 @@
{
"flaky": false,
"language": "c++",
+ "name": "secure_auth_context_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c++",
"name": "server_crash_test",
"platforms": [
"windows",