Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for helloSharedLibrary (0.16 sec)

  1. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/visualstudio/NativeIdeSamplesIntegrationTest.groovy

            resultDebug[0].assertTasksExecuted(':compileMainExecutableMainCpp', ':linkMainExecutable', ':mainExecutable', ':installMainExecutable', ':compileHelloSharedLibraryHelloCpp', ':linkHelloSharedLibrary', ':helloSharedLibrary')
            installation(visualStudio.dir.file('build/install/main')).assertInstalled()
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/BinaryConfigurationIntegrationTest.groovy

                    staticLibraryFile = modPath(staticLibraryFile)
                }
            }
        }
    }
    """
    
            when:
            succeeds "mainExecutable", "helloSharedLibrary", "helloStaticLibrary"
    
            then:
            def modPath = { TestFile file -> new TestFile("${file.parentFile}/new_output/_${file.name}") }
            modPath(executable("build/exe/main/main").file).assertExists()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 11.1K bytes
    - Viewed (0)
Back to top