Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for targetPlatform (0.25 sec)

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

            run "installMainArmExecutable", "installMainSparcExecutable"
    
            then:
            executable(targetPlatforms.dir.file("build/exe/main/arm/main")).exec().out == "Hello from ${toolChain.typeDisplayName}!\n"
            executable(targetPlatforms.dir.file("build/exe/main/arm/main")).arch.isI386()
    
            executable(targetPlatforms.dir.file("build/exe/main/sparc/main")).exec().out == "Hello from ${toolChain.typeDisplayName}!\n"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 10.8K bytes
    - Viewed (0)
Back to top