aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index ac8f037d0e..d5528d7fdf 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -31,6 +31,13 @@ sh_test(
)
sh_test(
+ name = "python_test",
+ size = "medium",
+ srcs = ["python_test.sh"],
+ data = [":test-deps"],
+)
+
+sh_test(
name = "loading_phase_tests",
size = "large",
srcs = ["loading_phase_tests.sh"],