Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CppUnitTestDependenciesIntegrationTest (0.25 sec)

  1. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/cpp/plugins/CppUnitTestDependenciesIntegrationTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.nativeplatform.test.cpp.plugins
    
    import org.gradle.language.AbstractNativeDependenciesIntegrationTest
    
    class CppUnitTestDependenciesIntegrationTest extends AbstractNativeDependenciesIntegrationTest {
        @Override
        protected void makeComponentWithLibrary() {
            buildFile << """
                apply plugin: 'cpp-unit-test'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/testFixtures/groovy/org/gradle/language/AbstractNativeDependenciesIntegrationTest.groovy

        def setup() {
            settingsFile << """
                rootProject.name = 'test'
            """
        }
    
        @ToBeFixedForConfigurationCache(bottomSpecs = [
            'CppUnitTestDependenciesIntegrationTest',
            'CppApplicationDependenciesIntegrationTest',
            'CppLibraryDependenciesIntegrationTest',
        ])
        def "can define implementation dependencies on component"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3K bytes
    - Viewed (0)
Back to top