Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkInstall (0.25 sec)

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

            def sparcExe = sparcToolChain.executable(file("build/exe/main/sparc/main"))
            assert sparcExe.exec().out == helloWorld.expectedOutput(sparcToolChain)
        }
    
        def checkInstall(String path, AvailableToolChains.InstalledToolChain toolChain) {
            def executable = file(OperatingSystem.current().getScriptName(path))
            executable.assertExists()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top