Add lint_project_xml_test.py

Test: lint_project_xml_test.py
Bug: 182349282
Change-Id: Ibdeb2e5aaf9dcdb02c5d30214e5ea89665145eb3
This commit is contained in:
Jaewoong Jung
2021-04-20 07:23:25 -07:00
parent 5a4202575e
commit 7b93908d2e
2 changed files with 63 additions and 0 deletions

View File

@@ -227,6 +227,17 @@ python_binary_host {
libs: ["ninja_rsp"],
}
python_test_host {
name: "lint_project_xml_test",
main: "lint_project_xml_test.py",
srcs: [
"lint_project_xml_test.py",
"lint_project_xml.py",
],
libs: ["ninja_rsp"],
test_suites: ["general-tests"],
}
python_binary_host {
name: "gen-kotlin-build-file.py",
main: "gen-kotlin-build-file.py",