Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for apply_test (0.09 sec)

  1. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/CppApplicationInitIntegrationTest.groovy

        public static final String SAMPLE_APP_CLASS = "app.cpp"
        public static final String SAMPLE_APP_HEADER = "app.h"
        public static final String SAMPLE_APP_TEST_CLASS = "app_test.cpp"
    
        @Override
        String subprojectName() { 'app' }
    
        @ToBeFixedForConfigurationCache(because = "cpp-application plugin")
        def "creates sample source if no source present with #scriptDsl build scripts"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 20:10:55 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top