Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildrundir (0.09 sec)

  1. src/cmd/internal/testdir/testdir_test.go

    		cmd = append(cmd, flags...)
    		cmd = append(cmd, "-o", "a.exe", long)
    		_, err := runcmd(cmd...)
    		return err
    
    	case "builddir", "buildrundir":
    		// Build an executable from all the .go and .s files in a subdirectory.
    		// Run it and verify its output in the buildrundir case.
    		longdir := filepath.Join(t.gorootTestDir, t.goDirName())
    		files, err := os.ReadDir(longdir)
    		if err != nil {
    			t.Fatal(err)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top