Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testInstall (0.19 sec)

  1. src/cmd/cgo/internal/testcarchive/carchive_test.go

    	// be running this test in a GOROOT owned by root.)
    	genHeader(t, "p.h", "./p")
    
    	testInstall(t, "./testp1"+exeSuffix,
    		filepath.Join(libgodir, libgoa),
    		filepath.Join(libgodir, "libgo.h"),
    		"go", "install", "-buildmode=c-archive", "./libgo")
    
    	// Test building libgo other than installing it.
    	// Header files are now present.
    	testInstall(t, "./testp2"+exeSuffix, "libgo.a", "libgo.h",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:43:51 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  2. maven-resolver-provider/src/test/java/org/apache/maven/repository/internal/RepositorySystemTest.java

            // List<MetadataResult> resolveMetadata( RepositorySystemSession session,
            //                                      Collection<? extends MetadataRequest> requests );
        }
    
        @Test
        void testInstall() throws Exception {
            // InstallResult install( RepositorySystemSession session, InstallRequest request )
            //                throws InstallationException;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Apr 15 17:24:20 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top