Create an RTV project to test the source files that exist in the RTV environment.

When building source files in the RTV environment, you can extract the information needed to create the RTV project.
This chapter describes how to create an RTV target project by using pre-extracted source file build information(using the Controller Tester RTV Server Utility) in the RTV environment, or extracting information at the same time as building the source file.

To create an RTV project, run the [Create Project Wizard].
Click [File] -> [New] or Shortcut.

C/C++ Target Test Project from RTV Build

It is selected when creating an RTV target project using pre-extracted source file build information (using the Controller Tester RTV Server Utility) in the RTV environment.

  1. Enter the project name in [Project name] and select the RTV toolchain to use in the [Select Toolchain]. After selecting the toolchain, then click the [Next] button.
  1. You can see the list of source file builds pre-extracted from the RTV server(※ Among the generated projects, ‘All_Sources_Project Name’ is a project that combines all the source files of the modules captured by csbuild. Since this project is a combined project without considering whether it is built or not, it may not be able to perform the test normally). In the [Build Project List], select the item for which you want to create the RTV project and click the [Next] button.
  1. After selecting source files to be tested, click the [Next] button.
  1. After entering the detailed settings for each category and click the [Next] button

C/C++ Target Test Project from RTV Build Command

It is selected when creating an RTV target project by extracting information at the same time as building the source file. The user builds the source file on the RTV server using the build command and then creates the RTV target project.

  1. Enter the project name in [Project name] and select the RTV toolchain to use in the [Select Toolchain]. After selecting the toolchain, then click the [Next] button.
  1. Enter the path to build from the target server (for example, the directory where the make file is located), and enter the build command. In [Build Log], specify the path to the build results file. After entering the required information for the build, click the [Next] button. It builds the source file on the target server with the entered build command (depending on the build target, it can take a lot of time).
  1. When the build is complete, a list of built projects appears(※ Among the generated projects, ‘All_Sources_Project Name’ is a project that combines all the source files of the modules captured by csbuild. Since this project is a combined project without considering whether it is built or not, it may not be able to perform the test normally). In the [Build Project List], select the item for which you want to create the RTV target project and click the [Next] button.
  1. After selecting source files to be tested, click the [Next] button.
  1. After entering the detailed settings for each category and click the [Next] button

RTV build command

To create a project from build information, you must use the csbuild command on the build command. For RTV build command, refer to [RTV build command] in Create a RTV Project

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

Thanks for your feedback.