Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getSimpleTestExecutable (0.17 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/CppHelloWorldApp.groovy

      return RUN_ALL_TESTS();
    }
                        """),
                ]
                List<SourceFile> headerFiles = [
                ]
            }
        }
    
        TestNativeComponent getSimpleTestExecutable() {
            return new TestNativeComponent() {
                List<SourceFile> sourceFiles = [
                    sourceFile("cpp", "test.cpp", """
    #include "hello.h"
    
    int main(int argc, char **argv) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5K bytes
    - Viewed (0)
Back to top