Ver código fonte

cosmetic: auto-scan test_ functions

bug: NA
test: manually ran build/soong/run_integration_tests.sh and verified all tests ran
Change-Id: I1a0a2e227888efc2e7fd7f718b8e534e6dbdbcf1
Usta Shrestha 1 ano atrás
pai
commit
a4e0a0f7f6
3 arquivos alterados com 3 adições e 6 exclusões
  1. 1 3
      tests/androidmk_test.sh
  2. 1 2
      tests/mixed_mode_test.sh
  3. 1 1
      tests/soong_test.sh

+ 1 - 3
tests/androidmk_test.sh

@@ -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

+ 1 - 2
tests/mixed_mode_test.sh

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

+ 1 - 1
tests/soong_test.sh

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