Merge branch 'stable-2.16' into stable-3.0 * stable-2.16: Documentation: Add missing alternative for plugin in-tree testing Upgrade bazlets to latest stable-2.16 Change-Id: Ifa1d67831068de286903bf1c2dae978c65a7945e
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md index aa04426..bf939f9 100644 --- a/src/main/resources/Documentation/build.md +++ b/src/main/resources/Documentation/build.md
@@ -69,9 +69,10 @@ ./tools/eclipse/project.py ``` -To execute the tests run: +To execute the tests run either one of: ``` + bazel test --test_tag_filters=@PLUGIN@ //... bazel test plugins/@PLUGIN@:@PLUGIN@_tests ```