Versions Compared

Key

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

...

  1. Extract the contents of the installation package to a desired location. The cpptest directory that contains all C/C++test files will be created. In this document, the cpptest installation directory is referred to as <INSTALL_DIR>.
    (info) On Windows, some utilities for unpacking archives may prevent extracting the contents of the distribution package if the path to the extraction location exceeds 126 characters.
  2. (optional) Add <INSTALL_DIR> and <INSTALL_DIR>/bin  to $PATH to enable convenient access to the cpptestcli executable and the utility tools shipped with C/C++test.
  3. Open your IDE (see IDE Support for information about supported IDEs).
  4. Choose Help> Install New Software in the menu bar.
  5. Click Add.
  6. Click Archive and choose <INSTALL_DIR>/integration/eclipse/parasoft_cpptest_professional-eclipse-<version>-p2-<os_arch>.zip.
  7. Select Parasoft C/C++test.

    We recommend that you disable the Contact all update sites during install to find required software option to avoid accidental upgrades of Eclipse components.
  8. Click Next and follow the wizard to complete the installation process.
  9. Restart the IDE when prompted.

...

  • Create (or modify if already exists) a .pathtoeclipse file that includes the absolute path to Eclipse and save it in the C/C++test installation directory <INSTALL_DIR>.

    Code Block
    languagetext
    title.pathtoeclipse
    D:\eclipses\my_eclipse_2020-06
  • Specify the path to Eclipse when running analysis with cpptestcli by adding the -path-to-eclipse=</absolute/path/to/eclipse> option to your command line.

...