Export RunBp2BuildTestCaseSimple() in testing.go
This is to support the migration of conversion tests to be next to the files they're testing Bug: 242070498 Test: m bp2build Change-Id: I66243d420743273e7ebad70886cfe690740182c4
This commit is contained in:
@@ -66,7 +66,7 @@ func runPythonLibraryTestCase(t *testing.T, tc pythonLibBp2BuildTestCase) {
|
||||
testCase.ModuleTypeUnderTest = "python_library"
|
||||
testCase.ModuleTypeUnderTestFactory = python.PythonLibraryFactory
|
||||
|
||||
runBp2BuildTestCaseSimple(t, testCase)
|
||||
RunBp2BuildTestCaseSimple(t, testCase)
|
||||
}
|
||||
|
||||
func runPythonLibraryHostTestCase(t *testing.T, tc pythonLibBp2BuildTestCase) {
|
||||
|
Reference in New Issue
Block a user