diff options
Diffstat (limited to 'test/runtimes/php/BUILD')
-rw-r--r-- | test/runtimes/php/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtimes/php/BUILD b/test/runtimes/php/BUILD index 22aef7ba4..31799b77a 100644 --- a/test/runtimes/php/BUILD +++ b/test/runtimes/php/BUILD @@ -5,4 +5,5 @@ package(licenses = ["notice"]) go_binary( name = "proctor-php", srcs = ["proctor-php.go"], + deps = ["//test/runtimes/common"], ) |