cosmetic: auto-scan test_ functions

bug: NA
test: manually ran build/soong/run_integration_tests.sh and verified all tests ran
Change-Id: I1a0a2e227888efc2e7fd7f718b8e534e6dbdbcf1
This commit is contained in:
Usta Shrestha 2023-01-05 14:12:12 -05:00 committed by Usta (Tsering) Shrestha
parent c49c49a69d
commit a4e0a0f7f6
3 changed files with 3 additions and 6 deletions

View file

@ -133,6 +133,4 @@ function run_androidmk_test {
echo "Succeeded"
}
test_rewrite_license_property_inside_current_directory
test_rewrite_license_property_outside_current_directory
scan_and_run_tests

View file

@ -63,5 +63,4 @@ EOF
fi
}
test_add_irrelevant_file
test_bazel_smoke
scan_and_run_tests

View file

@ -19,4 +19,4 @@ function test_m_clean_works {
run_soong clean
}
test_m_clean_works
scan_and_run_tests