Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestBinary (0.1 sec)

  1. platforms/native/tooling-native/src/crossVersionTest/groovy/org/gradle/language/cpp/tooling/r410/CppModelCrossVersionSpec.groovy

            project.testComponent.binaries.size() == 1
            def testBinary = project.testComponent.binaries[0]
            testBinary instanceof CppExecutable
            testBinary.name == 'testExecutable'
            testBinary.variantName == 'debug'
            testBinary.baseName == 'coreTest'
            testBinary.compilationDetails.sources.sourceFile as Set == [src1, src2] as Set
            testBinary.compilationDetails.headerDirs == [headerDir] as Set
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  2. src/cmd/go/internal/load/test.go

    		}
    		if pxtestNeedsPtest {
    			pxtest.Internal.Imports = append(pxtest.Internal.Imports, ptest)
    		}
    	}
    
    	// Arrange for testing.Testing to report true.
    	ldflags := append(p.Internal.Ldflags, "-X", "testing.testBinary=1")
    	gccgoflags := append(p.Internal.Gccgoflags, "-Wl,--defsym,testing.gccgoTestBinary=1")
    
    	// Build main package.
    	pmain = &Package{
    		PackagePublic: PackagePublic{
    			Name:       "main",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 14:01:23 UTC 2024
    - 28.2K bytes
    - Viewed (0)
Back to top