aboutsummaryrefslogtreecommitdiff
path: root/tests/install/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tests/install/BUILD')
-rw-r--r--tests/install/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/install/BUILD b/tests/install/BUILD
index f083b3f..df97dff 100644
--- a/tests/install/BUILD
+++ b/tests/install/BUILD
@@ -23,6 +23,7 @@ py_test(
name = "install_test",
srcs = ["test.py"],
args = ["-v"],
+ imports = ["../.."],
data = [
":test_installer",
],