Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            succeeds "visualStudio"
    
            then:
            final mainSolution = new SolutionFile(file("test.sln"))
            mainSolution.assertHasProjects("helloTestExe", "helloLib", "helloDll")
    
            and:
            final projectFile = new ProjectFile(file("helloTestExe.vcxproj"))
            projectFile.sourceFiles as Set == [
                    "build.gradle",
                    "src/helloTest/cpp/test.cpp",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  2. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/cunit/CUnitIntegrationTest.groovy

            succeeds "visualStudio"
    
            then:
            final mainSolution = new SolutionFile(file("test.sln"))
            mainSolution.assertHasProjects("helloTestExe", "helloDll", "helloLib",)
    
            and:
            final projectFile = new ProjectFile(file("helloTestExe.vcxproj"))
            projectFile.sourceFiles as Set == [
                "build.gradle",
                "build/src/helloTest/cunitLauncher/c/gradle_cunit_main.c",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 17K bytes
    - Viewed (0)
Back to top