Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mainSharedLibrary (0.16 sec)

  1. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppLanguageIntegrationTest.groovy

            file("src/main/cpp/includeIoStream.cpp") << """
                #include <stdio.h>
                #include <iostream>
            """
    
            when:
            executer.withArgument("--info")
            run 'mainSharedLibrary'
    
            then:
            output.contains("Found all include files for ':compileMainSharedLibraryMainCpp'")
        }
    
        @ToBeFixedForConfigurationCache
        def "sources are compiled with C++ compiler"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.1K bytes
    - Viewed (0)
Back to top