Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CPP_C (0.02 sec)

  1. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/LibraryBinariesIntegrationTest.groovy

                #define OUTPUT "C"
    """
    
            when:
            succeeds "installMainExecutable"
    
            then:
            installation("build/install/main").exec().out == "CPP_C"
        }
    
        @Issue("GRADLE-2925")
        @ToBeFixedForConfigurationCache
        def "headers for source set added to library binary are available to consuming binary"() {
            def app = new CppHelloWorldApp()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 8.3K bytes
    - Viewed (0)
Back to top