func TestMain(m *testing.M) { … } func testMain(m *testing.M) int { … } // TestTestRun runs a test case for cgo //export. func TestTestRun(t *testing.T) { … }
func TestMain(m *testing.M) { … } func testMain(m *testing.M) int { … } // TestTestRun runs a test case for cgo //export. func TestTestRun(t *testing.T) { … }