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.3

...

Use the Eclipse plug-in mechanism to integrate C++test into your QNX Momentics IDE. A link file will be added to the following location:

<QNX Installation Root>/host/win32/x86/usr/qde/eclipse/linksQNX Momentics/com.parasoft.xtest.cpptest.link.

The link file contains the path to the C++test plugin, which informs the QNX Momentics IDE that the plug-in should be loaded at startup. After installation, a dedicated C++test perspective will be added in Workbench. C++test views will also be added to the C/C++ perspective. 

...

During the installation process, C++test attempt to create a link file in the following QNX Momentics IDE’s embedded Eclipse location:

<QNX Installation Root>/host/win32/x86/usr/qde/eclipse/linksQNX Momentics/com.parasoft.xtest.cpptest.link

...

You cannot uninstall the C++test plug-in by removing the  <QNX Installation Root>/host/win32/x86/usr/qde/eclipse/linksQNX Momentics/com.parasoft.xtest.cpptest.link link file. If you remove the file, you will still need to manually remove the C++test installation. The Windows registry’s Install Shield information will still remain.

Licensing

  1. Choose Parasoft> Preferences.
  2. Expand Parasoft> License in the left pane.
  3. For machine-locked licenses:
    1. Contact Parasoft with your Machine id.
    2. Enter your license expiration code and password in the Local License section of the License preferences page.
  4. For License Server licenses:
    1. Select the Use License Server option. The License Server section of the License preferences page will become active.
    2. If the appropriate LicenseServer is not already set, select it from the Autodetected servers list and click Set. Or, manually enter your organization’s LicenseServer host (either a name or an IP address) in the Host name field, then enter your organization’s LicenseServer port in the Port number field.
    3. Indicate the license type that you want to use by selecting the appropriate option in the Edition box.
  5. Click Apply. The licensed options will be highlighted.

You can run the C++test plug-in using a local (machine-locked) license or a network license served from Parasoft DTP or from a standalone instance of Parasoft License Server. See Licensing for details on how to configure the license. 

Working with QNX Projects 

...

  • Family: Select the appropriate family from all the currently registered compiler families. Use QNX® GCC 5.x for QNX Development Platform 7.x.
    Click Autodetect to allow C++test to automatically detect the compiler family based on the compiler executables and compiler version regular expression that is stored in the compiler's configuration directory. Autodetect may not always produce the expected results because of the wide variety of compilers used with embedded solutions.
  • C compiler: Specify the C compiler executable.
  • C++ compiler: Specify the C++ compiler executable.
  • Linker: Specify the linker executable.

...

If you need to build C++test runtime library manually, follow the instructions in Working with the C++test Runtime Library — using QNX_4_25.mk or QNX_4_4.mk as  as the target configuration.

...