aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar ccalvarin <ccalvarin@google.com>2018-03-21 11:25:07 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-21 11:26:22 -0700
commit54d57e544450e8ec102bf8d3165a18908b94b72c (patch)
treea13685e52b7bba2af14b533d3ca81f11871c452c /src/test/shell/integration/BUILD
parentbf326fa3f4c40412c3e945d0b0eb7e81325e7d4d (diff)
Opensource some basic client tests.
RELNOTES: None. PiperOrigin-RevId: 189938838
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index e05060ba19..5f53479242 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -284,9 +284,16 @@ sh_test(
)
sh_test(
- name = "logging_test",
+ name = "server_logging_test",
size = "medium",
- srcs = ["logging_test.sh"],
+ srcs = ["server_logging_test.sh"],
+ data = [":test-deps"],
+)
+
+sh_test(
+ name = "client_test",
+ size = "medium",
+ srcs = ["client_test.sh"],
data = [":test-deps"],
)