Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for exeNameExe (0.19 sec)

  1. platforms/ide/ide-native/src/test/groovy/org/gradle/ide/visualstudio/internal/NativeSpecVisualStudioTargetBinaryTest.groovy

            when:
            exe.getName() >> "exeName"
            exeBinary.getProjectPath() >> ":"
            binaryNamingScheme.getVariantDimensions() >> ["buildTypeOne"]
    
            then:
            checkNames targetBinary, "exeNameExe", 'buildTypeOne'
        }
    
        def "maps shared library binary types to visual studio projects"() {
            when:
            targetBinary = new NativeSpecVisualStudioTargetBinary(sharedLibBinary)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 13.3K bytes
    - Viewed (0)
Back to top