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:
@@ -62,7 +62,7 @@ func TestPythonBinaryHostSimple(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestPythonBinaryHostPy2(t *testing.T) {
|
||||
runBp2BuildTestCaseSimple(t, Bp2buildTestCase{
|
||||
RunBp2BuildTestCaseSimple(t, Bp2buildTestCase{
|
||||
Description: "py2 python_binary_host",
|
||||
ModuleTypeUnderTest: "python_binary_host",
|
||||
ModuleTypeUnderTestFactory: python.PythonBinaryHostFactory,
|
||||
@@ -96,7 +96,7 @@ func TestPythonBinaryHostPy2(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestPythonBinaryHostPy3(t *testing.T) {
|
||||
runBp2BuildTestCaseSimple(t, Bp2buildTestCase{
|
||||
RunBp2BuildTestCaseSimple(t, Bp2buildTestCase{
|
||||
Description: "py3 python_binary_host",
|
||||
ModuleTypeUnderTest: "python_binary_host",
|
||||
ModuleTypeUnderTestFactory: python.PythonBinaryHostFactory,
|
||||
@@ -130,7 +130,7 @@ func TestPythonBinaryHostPy3(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestPythonBinaryHostArchVariance(t *testing.T) {
|
||||
runBp2BuildTestCaseSimple(t, Bp2buildTestCase{
|
||||
RunBp2BuildTestCaseSimple(t, Bp2buildTestCase{
|
||||
Description: "test arch variants",
|
||||
ModuleTypeUnderTest: "python_binary_host",
|
||||
ModuleTypeUnderTestFactory: python.PythonBinaryHostFactory,
|
||||
|
Reference in New Issue
Block a user