Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            then:
            file(OperatingSystem.WINDOWS.getStaticLibraryName("build/libs/hello/static/hello")).file
            file(OperatingSystem.WINDOWS.getExecutableName("build/exe/main/main")).file
    
            when:
            run 'helloSharedLib'
    
            then:
            file(OperatingSystem.WINDOWS.getSharedLibraryName("build/libs/hello/shared/hello")).file
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top