summaryrefslogtreecommitdiff
path: root/tools/hoststubgen/scripts
diff options
context:
space:
mode:
author Makoto Onuki <omakoto@google.com> 2023-12-04 08:44:26 -0800
committer Makoto Onuki <omakoto@google.com> 2023-12-04 10:41:11 -0800
commit39d2c720cd407481ebf9d348c7dcd5bc5df6cb8e (patch)
tree9d4160f18f0c6a159968ab3eb080935f162e9c33 /tools/hoststubgen/scripts
parent7812cce9adbe283cf84b18584fdd52eb4d703958 (diff)
HostStubGen: Allow @Throw on @NativeSubstitutionClass native methods
Bug: 292141694 Test: ./scripts/run-all-tests.sh Change-Id: If16c9abaeeefbf68acac0f90d8ef394871ce542a
Diffstat (limited to 'tools/hoststubgen/scripts')
-rwxr-xr-xtools/hoststubgen/scripts/run-all-tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/hoststubgen/scripts/run-all-tests.sh b/tools/hoststubgen/scripts/run-all-tests.sh
index c7007db6028e..222c874ac34b 100755
--- a/tools/hoststubgen/scripts/run-all-tests.sh
+++ b/tools/hoststubgen/scripts/run-all-tests.sh
@@ -25,6 +25,7 @@ READY_TEST_MODULES=(
HostStubGenTest-framework-all-test-host-test
hoststubgen-test-tiny-test
CtsUtilTestCasesRavenwood
+ CtsOsTestCasesRavenwood # This one uses native sustitution, so let's run it too.
)
MUST_BUILD_MODULES=(
@@ -55,4 +56,4 @@ run ./scripts/build-framework-hostside-jars-and-extract.sh
# These tests should all pass.
run atest $ATEST_ARGS ${READY_TEST_MODULES[*]}
-echo ""${0##*/}" finished, with no failures. Ready to submit!" \ No newline at end of file
+echo ""${0##*/}" finished, with no failures. Ready to submit!"