re-enable b test suite

Bug: 244771601
Test: build/make/tests/roboleaf_tests.sh
Change-Id: I648960b336acd31709aafe858fcbc5be9dc8397a
This commit is contained in:
Sam Delmerico
2022-09-21 15:29:16 -04:00
parent 3e5fcd8a61
commit 4f6ca1a546
2 changed files with 2 additions and 7 deletions

View File

@@ -20,12 +20,9 @@ source $(dirname $0)/../envsetup.sh
test_target=//build/bazel/scripts/difftool:difftool test_target=//build/bazel/scripts/difftool:difftool
b cquery 'kind(test, //build/bazel/...)'
b build "$test_target" b build "$test_target"
b build "$test_target" --run-soong-tests b build "$test_target" --run-soong-tests
b build --run-soong-tests "$test_target" b build --run-soong-tests "$test_target"
b --run-soong-tests build "$test_target" b --run-soong-tests build "$test_target"
b run $test_target b cquery 'kind(test, //build/bazel/examples/android_app/...)' --config=android
b run $test_target -- --help #TODO(b/242759256) add some 'b run' command examples
b cquery --output=build 'kind(test, //build/bazel/...)'
b cquery 'kind(test, //build/bazel/...)' --output=build

View File

@@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
exit 0 #TODO(b/244771600) remove this after CI is enabled
tests=( tests=(
$(dirname $0)/b_tests.sh $(dirname $0)/b_tests.sh
) )