Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for swiftmodule (0.39 sec)

  1. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftApplicationIntegrationTest.groovy

        @Override
        void assertComponentUnderTestWasBuilt() {
            executable("build/exe/main/debug/${componentUnderTest.moduleName}").assertExists()
            file("build/modules/main/debug/${componentUnderTest.moduleName}.swiftmodule").assertIsFile()
            installation("build/install/main/debug").exec().out == componentUnderTest.expectedOutput
        }
    
        @Override
        protected String getComponentUnderTestDsl() {
            return "application"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 12:43:37 UTC 2024
    - 40.2K bytes
    - Viewed (0)
Back to top