source: rtems/c/src/ada-tests/sptests/sp25/config.h @ ed902c24

4.104.114.84.95
Last change on this file since ed902c24 was ed902c24, checked in by Joel Sherrill <joel.sherrill@…>, on 04/05/07 at 15:23:29

2007-04-05 Joel Sherrill <joel@…>

  • mptests/mp01/config.h, samples/base_sp/config.h, samples/hello/config.h, samples/ticker/config.h, sptests/sp01/config.h, sptests/sp02/config.h, sptests/sp03/config.h, sptests/sp04/config.h, sptests/sp05/config.h, sptests/sp06/config.h, sptests/sp07/config.h, sptests/sp08/config.h, sptests/sp09/config.h, sptests/sp11/config.h, sptests/sp12/config.h, sptests/sp13/config.h, sptests/sp14/config.h, sptests/sp15/config.h, sptests/sp16/config.h, sptests/sp17/config.h, sptests/sp19/config.h, sptests/sp20/config.h, sptests/sp21/config.h, sptests/sp22/config.h, sptests/sp23/config.h, sptests/sp24/config.h, sptests/sp25/config.h, tmtests/tm01/config.h, tmtests/tm02/config.h, tmtests/tm03/config.h, tmtests/tm04/config.h, tmtests/tm05/config.h, tmtests/tm06/config.h, tmtests/tm07/config.h, tmtests/tm08/config.h, tmtests/tm09/config.h, tmtests/tm10/config.h, tmtests/tm11/config.h, tmtests/tm12/config.h, tmtests/tm13/config.h, tmtests/tm14/config.h, tmtests/tm15/config.h, tmtests/tm16/config.h, tmtests/tm17/config.h, tmtests/tm18/config.h, tmtests/tm19/config.h, tmtests/tm20/config.h, tmtests/tm21/config.h, tmtests/tm22/config.h, tmtests/tm23/config.h, tmtests/tm24/config.h, tmtests/tm25/config.h, tmtests/tm28/config.h, tmtests/tm29/config.h, tmtests/tmck/config.h, tmtests/tmoverhd/config.h: Change all obsoleted CONFIGURE_TEST_NEEDS_XXX configuration constants to CONFIGURE_APPLICATION_NEEDS_XXX.
  • Property mode set to 100644
File size: 873 bytes
Line 
1/*  config.h
2 *
3 *  This include file defines the Configuration Table for this test.
4 *
5 *  COPYRIGHT (c) 1989-1997.
6 *  On-Line Applications Research Corporation (OAR).
7 *
8 *  The license and distribution terms for this file may in
9 *  the file LICENSE in this distribution or at
10 *  http://www.rtems.com/license/LICENSE.
11 *
12 *  $Id$
13 */
14
15
16/* configuration information */
17
18#define CONFIGURE_SPTEST
19
20#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
21#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
22
23#define CONFIGURE_MAXIMUM_REGIONS             1
24
25#define CONFIGURE_POSIX_INIT_THREAD_TABLE
26
27#define CONFIGURE_MAXIMUM_POSIX_THREADS              10
28#define CONFIGURE_MAXIMUM_POSIX_KEYS                 10
29#define CONFIGURE_MAXIMUM_POSIX_MUTEXES              20
30#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES  10
31
32#include <rtems/confdefs.h>
33
34/* end of include file */
Note: See TracBrowser for help on using the repository browser.