How to run the MODISTARC regression tests for Freescale MPC5674F

From ErikaWiki

Revision as of 08:43, 8 June 2011 by Dibbe (Talk | contribs)
Jump to: navigation, search
  1. Checkout the svn repository to work with the last version of the testcases. Note that you can use subversion in anonymous mode without logging in (in this case you won't be allowed to write on the repository for adding, editing or removing files).
  2. Change the working directory to: repos/ee/trunk/ee/testcase
  3. Start the compilation typing: make ARCH=e200z7 The build system will compile all the projects through the following steps:
    1. Creating all the temporary directories;
    2. Processing the OIL configuration files using RT_DRUID;
    3. Compiling the sources to generate the .elf files;
    4. Creating the Lauterbach scripts to run the regression tests on the processor.DIRS="modistarc_task_1" </tt>
  4. Launch the tests: cd tmp; t32mppc
  5. After the test, open the file tmp/report.log. You should find a line saying Test OK for every test; if a test is marked with Test Failed then you have found something broken.

See also: Freescale PPC e200 (MPC 56xx)

Personal tools