C/C++test will automatically extract options from the project. Also, you can specify additional options that persist even when the project configurations change. You can specify the additional optionsĀ  at the project level or file level. They can be defined for source files, standalone test suite files, and user-defined stubs.

To specify options at the project level:

  1. Right-click the project tree node for the project you want to specify settings for, then chooseProperties from the shortcut menu. The Properties dialog will open.

  2. Go to Parasoft> C/C++test> Build Settings in the left pane.

  3. Specify options in the Compiler options and/or Linker options fields.
  4. (Optional) If you want modify the directory where C/C++test looks for runtime headers and source files during analysis, modify the value in the Runtime library source field.
  5. Click Apply, then OK.

To specify options at the file level:

  1. Right-click the project tree node for the file for which you want to specify settings, then chooseProperties from the shortcut menu. The Properties dialog will open.

  2. Go to Parasoft> C/C++test> Build Settings in the left pane.
  3. Enable Use custom options.

  4. Specify options in the Compiler options field.
  5. Click Apply, then OK.