Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/native/language-native/src/test/groovy/org/gradle/language/nativeplatform/internal/NamesTest.groovy

        }
    
        def "names for custom"() {
            expect:
            def name = Names.of("custom")
            name.baseName == "custom"
            name.lowerBaseName == "custom"
            name.getCompileTaskName("cpp") == "compileCustomCpp"
            name.getTaskName("link") == "linkCustom"
            name.dirName == "custom/"
            name.withPrefix("compile") == "compileCustom"
            name.withSuffix("implementation") == "customImplementation"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.9K bytes
    - Viewed (0)
Back to top