Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for releaseInstall (0.11 sec)

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

            then:
            installation(consumer.file("build/install/main/release")).exec().out == app.withFeatureEnabled().expectedOutput
            def releaseInstall = installation(consumer.file("build/install/main/release"))
            releaseInstall.exec().out == app.withFeatureEnabled().expectedOutput
            releaseInstall.assertIncludesLibraries("greeting")
            def releaseLib = sharedLibrary(producer.file("build/lib/main/release/greeting"))
    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