Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for nativeRuntimeTest (0.12 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/xctest-configurations.dot

        swiftCompileTestVariant[label=<swiftCompileTest<i>Variant</i> (R)>]
        nativeLinkTestVariant[label=<nativeLinkTest<i>Variant</i> (R)>]
        nativeRuntimeTestVariant[label=<nativeRuntimeTest<i>Variant</i> (R)>]
      }
    
      // Ensure the order is preserved
      {rank=same swiftCompileTestVariant implementation}
      {rank=same testVariantExecutableImplementation nativeLinkTestVariant}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/cpp-unit-test-configurations.dot

        cppCompilerTestVariant[label=<cppCompilerTest<i>Variant</i> (R)>]
        nativeLinkTestVariant[label=<nativeLinkTest<i>Variant</i> (R)>]
        nativeRuntimeTestVariant[label=<nativeRuntimeTest<i>Variant</i> (R)>]
      }
    
      // Ensure the order is preserved
      {rank=same cppCompilerTestVariant implementation}
      {rank=same testVariantExecutableImplementation nativeLinkTestVariant}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/native/cpp_unit_test_plugin.adoc

    Used for linking the unit test.
    This configuration contains the libraries of the unit test and is therefore used when invoking the {cpp} linker to link it.
    
    `nativeRuntimeTest__Variant__` (e.g. `nativeRuntimeTest`) extends `test__Variant__ExecutableImplementation`::
    Used for executing the unit test.
    This configuration contains the runtime libraries of the unit test.
    
    [[sec:cpp_unit_test_conventions]]
    == Conventions
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/native/xctest_plugin.adoc

    Used for linking the test component.
    This configuration contains the libraries of the test component and is therefore used when invoking the Swift linker to link it.
    
    `nativeRuntimeTest__Variant__` (e.g. `nativeRuntimeTest`) extends `test__Variant__ExecutableImplementation`::
    Used for executing the test component.
    This configuration contains the runtime libraries of the test component.
    
    [[sec:xctest_conventions]]
    == Conventions
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 16.2K bytes
    - Viewed (0)
Back to top