Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compileTestDebugSwift (0.14 sec)

  1. platforms/native/language-native/src/test/groovy/org/gradle/language/swift/plugins/SwiftBasePluginTest.groovy

            "main"      | "compileSwift"          | "main"
            "mainDebug" | "compileDebugSwift"     | "main/debug"
            "test"      | "compileTestSwift"      | "test"
            "testDebug" | "compileTestDebugSwift" | "test/debug"
        }
    
        def "adds link and install task for executable"() {
            def executable = Stub(DefaultSwiftExecutable)
            def executableFile = project.objects.fileProperty()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 7.5K bytes
    - Viewed (0)
Back to top