The target preference page is automatically filled in according to the tool chain selected by the user. The type of debugger you can choose depends on your toolchain analysis settings.

To build an Microsoft Visual Studio project, enter the required information in the Build tab of the target preferences and click Done.
The contents to be filled out are as shown in the table below, which is mandatory.

  • Build tab
    ide_directory_path Installation path of Microsoft Visual Studio ex. C:\Program Files (x86)\Microsoft Visual Studio 10.0
    build_configuration Configuration and platform to test the target solution ex. Release Win32
    sin_path File path of target solution (.sin file)

If you click the Done button on the target preference page without writing all the contents or if the path has been changed, you can set it again at ‘Right click on the project in the test navigator-> Properties-> Test target-> Target environment’.

After setting the target environment and clicking the Run button in the unit test view, the controller tester builds the target test code.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.