[Bug 1676] New: rtems-testing refactor to use autoconf

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Sun Aug 15 06:37:53 UTC 2010


https://www.rtems.org/bugzilla/show_bug.cgi?id=1676

           Summary: rtems-testing refactor to use autoconf
           Product: RTEMS
           Version: HEAD
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: testing
        AssignedTo: joel.sherrill at oarcorp.com
        ReportedBy: chrisj at rtems.org


Created an attachment (id=1015)
 --> (https://www.rtems.org/bugzilla/attachment.cgi?id=1015)
rtems testing refactor 1

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.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list