Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getGoogleTestLib (0.21 sec)

  1. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/googletest/GoogleTestDependentComponentsIntegrationSpec.groovy

                                linker.args '-std=c++03'
                            }
                        }
                    }
                }
            """.stripIndent()
        }
    
        private def getGoogleTestLib() {
            return OperatingSystem.current().getStaticLibraryName("gtest")
        }
    
        private useConventionalSourceLocations() {
            app.library.writeSources(file("src/hello"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6K bytes
    - Viewed (0)
  2. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/googletest/GoogleTestIntegrationTest.groovy

                    cppCompiler.args '-std=c++03', '-D_GLIBCXX_USE_CXX11_ABI=0'
                    linker.args '-std=c++03'
                }
            }
        }
    }
    """
        }
    
        private def getGoogleTestLib() {
            return OperatingSystem.current().getStaticLibraryName("gtest")
        }
    
        @ToBeFixedForConfigurationCache
        def "can build and run googleTest test suite"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.1K bytes
    - Viewed (0)
Back to top