Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMustLinkExternal (0.14 sec)

  1. src/cmd/dist/build_test.go

    // license that can be found in the LICENSE file.
    
    package main
    
    import (
    	"internal/platform"
    	"testing"
    )
    
    // TestMustLinkExternal verifies that the mustLinkExternal helper
    // function matches internal/platform.MustLinkExternal.
    func TestMustLinkExternal(t *testing.T) {
    	for _, goos := range okgoos {
    		for _, goarch := range okgoarch {
    			for _, cgoEnabled := range []bool{true, false} {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 02 16:34:21 UTC 2023
    - 757 bytes
    - Viewed (0)
Back to top