func TestMain(m *testing.M) { … } func testMain(m *testing.M) int { … } // TestTestRun runs a cgo test that doesn't depend on non-standard libraries. func TestTestRun(t *testing.T) { … }
func TestMain(m *testing.M) { … } func testMain(m *testing.M) int { … } // TestTestRun runs a cgo test that doesn't depend on non-standard libraries. func TestTestRun(t *testing.T) { … }