Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for compileBinary (0.2 sec)

  1. platforms/software/platform-base/src/test/groovy/org/gradle/platform/base/internal/DefaultBinaryNamingSchemeTest.groovy

            where:
            parentName | binaryName | verb      | target | taskName
            null       | "binary"   | null      | null   | "binary"
            null       | "binary"   | "compile" | null   | "compileBinary"
            null       | "binary"   | "compile" | "java" | "compileBinaryJava"
            "test"     | "binary"   | null      | null   | "testBinary"
            "test"     | "binary"   | "compile" | null   | "compileTestBinary"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 10K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/test_compile_binary.txt

    env GO111MODULE=off
    
    ! go test -c compile_binary/...
    stderr 'build comment'
    
    -- compile_binary/foo_test.go --
    // +build foo
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 04 15:10:03 UTC 2019
    - 136 bytes
    - Viewed (0)
Back to top