Add a build rule for the boilerplate unit test.

This commit is contained in:
spxtr
2017-01-01 22:54:32 -08:00
parent f5d9c430e9
commit 796e18f1c7
3 changed files with 10 additions and 17 deletions

View File

@@ -474,4 +474,4 @@ bazel-build:
bazel build //cmd/... //pkg/... //federation/... //plugin/... //build/... //examples/... //test/... //third_party/...
bazel-test:
bazel test --test_output=errors //cmd/... //pkg/... //federation/... //plugin/... //build/... //third_party/...
bazel test --test_output=errors //cmd/... //pkg/... //federation/... //plugin/... //build/... //third_party/... //hack/...