The Project Preferences dialog box lets you set parameters for the Test RealTime project.
The Project preferences contain a main page and two additional pages:
Source File Types
TDP Directories
In the Preferences dialog box, select Project to change the project preferences.
Automatic file tagging: Select this option to activate the Project Explorer's automatic parsing mode, in which all source code and script components are automatically listed. If disabled, you will have to manually refresh the File View each time you modify the structure of a file.
Note If the structure of a source files has changed since the last file refresh, metrics calculation cannot be performed. This impacts the Component Testing Wizard, where the Unit Selection view will be disabled.
Compute static metrics for Component Testing Wizard: Select this option to ensure that static metrics are recalculated whenever a file is added, modified or refreshed in the Project Explorer window.
Verbose output: Select this option to prompt the Test RealTime GUI to report detailed information to the Output Window during execution. Use this option to debug any compilation issues.
Show report nodes in Project Explorer: Select this option to display test and runtime analysis reports in the Project Browser once they have been successfully generated. Report nodes appear inside their test or application nodes.
Automatically compute relative paths in settings: Select this option to calculate the relative path in configuration settings
The Project Preferences contains two additional pages:
Source File Types
TDP Directories
Use this page to specify any new file types that you want to use in Test RealTime projects.
Click the New button to add a new line. In the extension column, enter the file extension in wildcard format, for example: *.asm. In the Description column, enter a description for the file type, for example: Assembler source files.
Use this page to specify where Target Deployment Ports are located. You can add multiple directories. When Test RealTime looks for a TDP, directories are searched in the order defined in this list.
Select to Use default Target Deployment Port directory to use the default directory only.
Related Topics