Add explicit test to presubmit

This commit is contained in:
John Laxson 2021-02-12 11:42:34 -07:00
parent 8caeb338c9
commit 92bec8dbf5
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ tasks:
bazel: last_downstream_green
build_targets:
- "//examples/test_cc_shared_library/..."
- "//examples/test_cc_shared_library/diamond_inheritance"
build_flags:
- "--experimental_cc_shared_library"
- "--//examples:incompatible_link_once=True"
@ -60,3 +61,4 @@ tasks:
- "--//examples:incompatible_link_once=True"
test_targets:
- "//examples/test_cc_shared_library/..."
- "//examples/test_cc_shared_library/diamond_inheritance"