Skip to content

Commit 0331300

Browse files
authored
Include the script tests in the test suite (#119)
1 parent bdd4656 commit 0331300

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ test_suite(
66
name = "tests",
77
tests = [
88
":versions_test",
9+
"//tests/scripts:android_lint_aar_scenarios_test",
10+
"//tests/scripts:android_lint_scenarios_test",
911
"//tests/src/cli:tests",
1012
"//tests/src/worker:tests",
1113
],

0 commit comments

Comments
 (0)