Files
rtems/c/src
Chris Johns b9d871f9e1 rtems-test-check: Ignore tests which require real ISR based clock tick
BSPs for simulators which do not include a clock tick interrupt source
are incapable of running some tests successfully. This is a common
characteristic of some BSPs and a fixed set of tests. There is no point
in duplicating this list of tests in those BSPs test configuration.

Read testsuites/testdata/require-tick-isr.tcfg for details.

Conflicts:
	testsuites/automake/test-subdirs.am
	tools/build/rtems-test-check
2016-09-04 19:38:15 -05:00
..
2011-12-13 14:34:19 +00:00
2012-02-02 10:16:26 -06:00
2012-10-10 14:49:19 +02:00
2009-11-28 06:28:41 +00:00
2012-02-02 10:16:26 -06:00
2012-02-02 10:16:26 -06:00
2012-02-02 10:16:26 -06:00
2009-10-21 05:27:11 +00:00

#
#  $Id$
#

This is the top level directory of the C RTEMS environment.  The
following is a description of the contents of each file and
subdirectory directly in this directory:

    tests

       This directory contains the RTEMS Test Suites. Currently
       this includes the following suites:

         + Single Processor Test Suite
         + Multiprocessor Test Suite
         + Timing Test Suite
         + Sample Application Suite

    lib

       This directory contains src for RTEMS libraries:
          libc, board support (including drivers) and libcpu.

    exec

       This directory contains the source code for the RTEMS executive.