summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/container/BUILD')
-rw-r--r--runsc/container/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/runsc/container/BUILD b/runsc/container/BUILD
index d9534cbcc..5dfff5c5e 100644
--- a/runsc/container/BUILD
+++ b/runsc/container/BUILD
@@ -65,7 +65,9 @@ go_test(
go_binary(
name = "test_app",
+ testonly = 1,
srcs = ["test_app.go"],
+ pure = "on",
deps = [
"//runsc/test/testutil",
"@com_github_google_subcommands//:go_default_library",