source: rtems/c/src/ada-tests/sptests/sp04/config.h @ 0f9e7f96

4.104.114.84.95
Last change on this file since 0f9e7f96 was 0f9e7f96, checked in by Joel Sherrill <joel.sherrill@…>, on 01/03/03 at 22:51:40

2003-01-03 Joel Sherrill <joel@…>

  • ada.am, samples/ticker/Makefile.am, sptests/sp01/Makefile.am, sptests/sp01/config.h, sptests/sp04/Makefile.am, sptests/sp04/config.h, support/init.c: Modified build rules slightly so gnat_main is used as the Ada main entry point. Modified sp01 and sp04 Makefile.am's to compile and link with init.o. The test config.h's specified the Ada application requirements -- not the Classic API ones.
  • Property mode set to 100644
File size: 1002 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 *  Copyright assigned to U.S. Government, 1994.
8 *
9 *  The license and distribution terms for this file may in
10 *  the file LICENSE in this distribution or at
11 *  http://www.OARcorp.com/rtems/license.html.
12 *
13 *  $Id$
14 */
15
16
17/* configuration information */
18
19#define CONFIGURE_SPTEST
20
21#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
22#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
23
24#define CONFIGURE_MAXIMUM_USER_EXTENSIONS     1
25#define CONFIGURE_TICKS_PER_TIMESLICE       100
26
27#define CONFIGURE_POSIX_INIT_THREAD_TABLE
28
29#define CONFIGURE_MAXIMUM_POSIX_THREADS              10
30#define CONFIGURE_MAXIMUM_POSIX_KEYS                 10
31#define CONFIGURE_MAXIMUM_POSIX_MUTEXES              20
32#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES  10
33
34#define CONFIGURE_MAXIMUM_TASKS             4
35
36#include <confdefs.h>
37
38/* end of include file */
Note: See TracBrowser for help on using the repository browser.