summaryrefslogtreecommitdiff
path: root/tests/run_integration_tests.sh
diff options
context:
space:
mode:
author MarkDacek <dacek@google.com> 2023-10-05 21:55:55 +0000
committer MarkDacek <dacek@google.com> 2023-10-11 17:27:29 +0000
commit055a1207ad4658521d58cde85f5e6690f2fcaa6b (patch)
tree36de4f5394215ef8052a25e1fba64632fc2580b9 /tests/run_integration_tests.sh
parent69cf8a3221e8ced4f86d915bb4800a775a36c8ab (diff)
Add b_args_test.
Bug: 303269101 Test: run the test Change-Id: I2c5e72d25dab601ef7354fb9ad624ce035e64812
Diffstat (limited to 'tests/run_integration_tests.sh')
-rwxr-xr-xtests/run_integration_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run_integration_tests.sh b/tests/run_integration_tests.sh
index 8045591b4..231e18b62 100755
--- a/tests/run_integration_tests.sh
+++ b/tests/run_integration_tests.sh
@@ -4,6 +4,7 @@ set -o pipefail
TOP="$(readlink -f "$(dirname "$0")"/../../..)"
"$TOP/build/soong/tests/androidmk_test.sh"
+"$TOP/build/soong/tests/b_args_test.sh"
"$TOP/build/soong/tests/bootstrap_test.sh"
"$TOP/build/soong/tests/mixed_mode_test.sh"
"$TOP/build/soong/tests/bp2build_bazel_test.sh"