...
- Using CodeWarrior's "Export Project” option (File> Export Project), save a project's definition file as an XML file. By default, it will be saved in the same directory as the original (.mcp) file.
- Use mcp2make to convert the .xml file to a proper Makefile. The procedure is straightforward, and the resulting Makefile is also created in the same directory.
- Use
cpptestscan
to scan the Makefile, extracting the options for C++test (see Creating a C++test Project Using an Existing Build System ). - Import the generated .bdf (Build Data File) into C++test via the GUI or the command line. See Creating a C++test Project Using an Existing Build System details.
Testing ADS 1.2 Projects Using C++test for ARM (RVDS Plugin)
...