Bazel: Add --build_tests_only to test commands per default

When `build test ...` is run, we would like to avoid to build the
whole world.

Change-Id: I9e2c65045ab3c08ab5f78d973ce09dbb4fde7a5c
This commit is contained in:
David Ostrovsky 2016-11-09 21:18:01 +01:00
parent a67575aa90
commit 65087c1bda

View File

@ -1 +1,2 @@
build --workspace_status_command=./tools/workspace-status.sh
test --build_tests_only