Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unavailableToolChain (0.12 sec)

  1. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/DefaultNativeToolChainRegistryTest.groovy

        }
    
        def "provides unavailable tool chain when no tool chain available for requested platform"() {
            unavailableToolChain("test", "nope")
            unavailableToolChain("test2", "not me")
            unavailableToolChain("test3", "not me either")
    
            given:
            registry.registerDefaultToolChain("test", TestNativeToolChain)
    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