MCPcopy Create free account
hub / github.com/golang/mobile / TestMain

Function TestMain

bind/java/seq_test.go:24–26  ·  view source on GitHub ↗
(m *testing.M)

Source from the content-addressed store, hash-verified

22var gomobileBin string
23
24func TestMain(m *testing.M) {
25 os.Exit(testMain(m))
26}
27
28func testMain(m *testing.M) int {
29 // Build gomobile and gobind and put them into PATH.

Callers

nothing calls this directly

Calls 1

testMainFunction · 0.70

Tested by

no test coverage detected