Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26737b6b authored by Cole Faust's avatar Cole Faust Committed by Gerrit Code Review
Browse files

Merge "Add a test for b builds with --"

parents 691c92f5 7018428a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ lunch aosp_arm64
test_target=//build/bazel/scripts/difftool:difftool

b build "$test_target"
b build -- "$test_target"
b build "$test_target" --run-soong-tests
b build --run-soong-tests "$test_target"
b --run-soong-tests build "$test_target"