source: rtems/testsuites/ada/sptests/spatcb01/config.h @ 76bd25e

5
Last change on this file since 76bd25e was f6c9334d, checked in by Sebastian Huber <sebastian.huber@…>, on 12/01/17 at 07:51:17

ada: Add standard test begin/end message

  • Property mode set to 100644
File size: 473 bytes
Line 
1/*
2 *  Copyright (c) 2017 embedded brains GmbH
3 *
4 *  The license and distribution terms for this file may in
5 *  the file LICENSE in this distribution or at
6 *  http://www.rtems.org/license/LICENSE.
7 */
8
9#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
10#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
11
12#define CONFIGURE_POSIX_INIT_THREAD_TABLE
13
14#define CONFIGURE_MAXIMUM_POSIX_THREADS 1
15
16#define ADA_TEST_NAME "ADA SPATCB 1"
17
18#include <rtems/confdefs.h>
Note: See TracBrowser for help on using the repository browser.