Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compileTestExecutableTestAnotherOne (0.47 sec)

  1. platforms/native/language-native/src/test/groovy/org/gradle/language/AbstractNativeComponentPluginTest.groovy

                    }
                }
            }
    
            then:
            NativeExecutableBinarySpec binary = realizeBinaries().testExecutable
            binary.tasks.withType(compileTaskClass)*.name as Set == ["compileTestExecutableTestAnotherOne", "compileTestExecutableTest${StringUtils.capitalize(pluginName)}"] as Set
    
            and:
            binary.tasks.withType(compileTaskClass).each { compile ->
                compile.toolChain == binary.toolChain
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6K bytes
    - Viewed (0)
Back to top