#1676 closed defect

rtems-testing refactor to use autoconf

Reported by: Chris Johns Owned by: Joel Sherrill
Priority: normal Milestone: 4.11
Component: unspecified Version: 4.11
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description (last modified by Chris Johns)

This PR tracks changing rtems-testing to use the autotools and making public the command this package has.

This is the first stage in making the rtems-testing tree something that you can build and install and get access to commands that test RTEMS. The package is built with autoconf and automake letting the C and C++ code be built correctly on all the hosts RTEMS can be built on. Also included is changes to the names of various commands provided to place the commands in an RTEMS namespace.

You need to build and then install the package.

The simulator scripts are an important resource and there are a large number. Placing them directly into a 'bin' directory is not that manageable. They are placed in an RTEMS shared directory and in the future a command can be added that provides access to them. The idea is to make a command 'rtems-test' and you provide a bsp name or the target and the simulator script is selected and the executable run. The command could be extended to run a number of executable images and the results of the tests processed and results determined.

Attachments (1)

rtems-testing-refactor-1.diff (75.4 KB) - added by Chris Johns on 08/15/10 at 05:37:51.
rtems testing refactor 1

Download all attachments as: .zip

Change History (5)

Changed on 08/15/10 at 05:37:51 by Chris Johns

rtems testing refactor 1

comment:1 Changed on 08/17/10 at 04:51:43 by Chris Johns

This was not a comment on covoar rather an example of why we should switch to autoconf.

comment:2 Changed on 11/20/14 at 08:17:26 by Chris Johns

Description: modified (diff)
Resolution: invalid
Status: newclosed

This is not relevant anymore.

Last edited on 11/20/14 at 08:17:59 by Chris Johns (previous) (diff)

comment:3 Changed on 11/24/14 at 18:58:28 by Gedare Bloom

Version: HEAD4.11

Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11

comment:4 Changed on 10/10/17 at 06:46:55 by Sebastian Huber

Component: testingunspecified
Note: See TracTickets for help on using tickets.