From 8e8b6096116eb490b438a53061195f737d4eca8b Mon Sep 17 00:00:00 2001 From: Samantha Sample Date: Mon, 29 Jul 2019 14:15:51 -0700 Subject: Move runtimes tests to appropriate directory. PiperOrigin-RevId: 260577765 --- test/runtimes/nodejs/BUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/runtimes/nodejs/BUILD (limited to 'test/runtimes/nodejs/BUILD') diff --git a/test/runtimes/nodejs/BUILD b/test/runtimes/nodejs/BUILD new file mode 100644 index 000000000..0fe5ff83e --- /dev/null +++ b/test/runtimes/nodejs/BUILD @@ -0,0 +1,8 @@ +load("@io_bazel_rules_go//go:def.bzl", "go_binary") + +package(licenses = ["notice"]) + +go_binary( + name = "proctor-nodejs", + srcs = ["proctor-nodejs.go"], +) -- cgit v1.2.3