Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space CPPTDESKDEV and version 10.4.1

This topic provides basic information about the capabilities of the C/C++test Plugin for Wind River Workbench plugin 4.x.

Integration

You can integrate C/C++test with Wind River Workbench on Windows. To achieve this, install Workbench by installing the C/C++test Eclipse plugin Plugin into your Wind River Workbench 4.x installation – see Installing the C/C++test into Wind River Workbench for details.

...

Depending on the project structure, you may need to test your code through "test projects" through Test Projects – separate projects that enable testing. See Using Test Projects with the C/C++test Wind River Workbench Plugin.

...

  • C/C++test does not support command line testing for Wind River Workbench projects. The command line interface is supported only for "test projects"Test Projects.
  • The following compiler keywords are not supported:
    • extended
    • __interrupt__ and interrupt
    • __packed__ and packed
    • bool, pixel, vec_step, and vector AltiVec Keywords
    • __ev64_* Keywords
    • __accum, __fixed, __X, and __Y DSP Extensions
    • pascal
  • C++test may fail parsing when the following intrinsic functions or type specifiers  are used in the source code:
    • ARM: ffi
    • PPC: multiply-accumulate instructions (PPC405), AltiVec instructions group
    • Sh: __fixed type
    • Sparс: __scan and __divs

...