// TestMain executes the test binary as the nm command if // GO_NMTEST_IS_NM is set, and runs the tests otherwise. func TestMain(m *testing.M) { … } func TestNonGoExecs(t *testing.T) { … } func testGoExec(t *testing.T, iscgo, isexternallinker bool) { … } func TestGoExec(t *testing.T) { … } func testGoLib(t *testing.T, iscgo bool) { … } func TestGoLib(t *testing.T) { … } const testexec … const testlib …