source: rtems/testsuites/sptests/spregion_err01/system.h @ 8211b9f

4.115
Last change on this file since 8211b9f was 8211b9f, checked in by Joel Sherrill <joel.sherrill@…>, on 12/30/13 at 15:48:08

spregion_err01: Remove unneeded fluff copied from sp09

The goal is to shrink the individual tests to have no unneeded
resources and to follow the structure of a normal test.

  • Property mode set to 100644
File size: 602 bytes
Line 
1/*
2 *  COPYRIGHT (c) 1989-2013.
3 *  On-Line Applications Research Corporation (OAR).
4 *
5 *  The license and distribution terms for this file may be
6 *  found in the file LICENSE in this distribution or at
7 *  http://www.rtems.com/license/LICENSE.
8 */
9
10#include <tmacros.h>
11
12/* configuration information */
13
14#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
15#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
16
17#define CONFIGURE_MAXIMUM_TASKS               1
18#define CONFIGURE_MAXIMUM_REGIONS             1
19
20#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
21
22#include <rtems/confdefs.h>
23
24/* end of include file */
Note: See TracBrowser for help on using the repository browser.