From 444a9d9e545f01dc204f1863e91acb8700823c6e Mon Sep 17 00:00:00 2001 From: Samantha Sample Date: Fri, 26 Jul 2019 10:56:43 -0700 Subject: Publish Dockerfiles and test-runner binaries for running language tests. By following the directions in the README file, these Dockerfiles can be built and used to run native language tests for their respective runtimes. PiperOrigin-RevId: 260174430 --- runsc/test/runtimes/php/BUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 runsc/test/runtimes/php/BUILD (limited to 'runsc/test/runtimes/php/BUILD') diff --git a/runsc/test/runtimes/php/BUILD b/runsc/test/runtimes/php/BUILD new file mode 100644 index 000000000..22aef7ba4 --- /dev/null +++ b/runsc/test/runtimes/php/BUILD @@ -0,0 +1,8 @@ +load("@io_bazel_rules_go//go:def.bzl", "go_binary") + +package(licenses = ["notice"]) + +go_binary( + name = "proctor-php", + srcs = ["proctor-php.go"], +) -- cgit v1.2.3