Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for debugRuntime (0.08 sec)

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

            debugLink.files[0].url == withLinkLibrarySuffix("test_debug-1.2")
            def debugRuntime = debugMetadata.variant('debugRuntime')
            debugRuntime.dependencies.empty
            debugRuntime.files.size() == 1
            debugRuntime.files[0].name == sharedLibraryName('test')
            debugRuntime.files[0].url == withSharedLibrarySuffix("test_debug-1.2")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 12:57:50 UTC 2024
    - 39.8K bytes
    - Viewed (0)
Back to top