Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mainSrc (0.09 sec)

  1. platforms/native/language-native/src/integTest/groovy/org/gradle/language/rc/WindowsResourcesIncrementalBuildIntegrationTest.groovy

        def "stale .res files are removed when a resource source file is renamed"() {
            setup:
            def outputFileNameScheme = compilerOutputFileNamingScheme
                    .withOutputBaseFolder(file("build/objs/main/mainRc"))
                    .withObjectFileNameSuffix(".res")
            def oldResFile = outputFileNameScheme.map(mainResourceFile)
            def newResFile = outputFileNameScheme.map(file('src/main/rc/changed_resources.rc'))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/cover_main_import_path.txt

    
    -- go.mod --
    module mainwithtest
    
    go 1.20
    -- mymain.go --
    package main
    
    func main() {
    	println("hi mom")
    }
    
    func Mainer() int {
    	return 42
    }
    -- main_test.go --
    package main
    
    import "testing"
    
    func TestCoverage(t *testing.T) {
    	println(Mainer())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 11:36:17 UTC 2023
    - 1.1K bytes
    - Viewed (0)
Back to top