summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-02 21:16:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-02 21:16:14 +0000
commit196a6b9c352e72138f0736147ee154d51ee93561 (patch)
tree9a172f482c8b52771645e36498b295e90aa9769a /c/src/ada-tests
parentNew file -- works in conjunction with support/init.c. (diff)
downloadrtems-196a6b9c352e72138f0736147ee154d51ee93561.tar.bz2
Changed license and copyright notice.
Added "development" style CVS Id
Diffstat (limited to 'c/src/ada-tests')
-rw-r--r--c/src/ada-tests/support/init.c29
-rw-r--r--c/src/ada-tests/support/status_io.ads12
-rw-r--r--c/src/ada-tests/support/test_support.adb12
-rw-r--r--c/src/ada-tests/support/test_support.ads12
-rw-r--r--c/src/ada-tests/support/unsigned32_io.ads12
5 files changed, 25 insertions, 52 deletions
diff --git a/c/src/ada-tests/support/init.c b/c/src/ada-tests/support/init.c
index f13e61cc76..9d1a7cbac3 100644
--- a/c/src/ada-tests/support/init.c
+++ b/c/src/ada-tests/support/init.c
@@ -12,18 +12,6 @@
#include <bsp.h>
-#ifdef PROVIDES_GETPID
-#include <unistd.h>
-pid_t getpid()
-{
-#ifndef PID
- return 1;
-#else
- return PID;
-#endif
-}
-#endif
-
void *POSIX_Init(
void *argument
)
@@ -35,21 +23,6 @@ void *POSIX_Init(
exit( 0 );
}
-/* configuration information */
-
-#define CONFIGURE_SPTEST
-
-#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
-#define CONFIGURE_TEST_NEEDS_CLOCK_DRIVER
-
-#define CONFIGURE_POSIX_INIT_THREAD_TABLE
-
-#define CONFIGURE_MAXIMUM_POSIX_THREADS 20
-#define CONFIGURE_MAXIMUM_POSIX_KEYS 20
-#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 30
-#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 20
-
#define CONFIGURE_INIT
-
-#include <confdefs.h>
+#include "config.h"
diff --git a/c/src/ada-tests/support/status_io.ads b/c/src/ada-tests/support/status_io.ads
index ada20ce31d..af56ff1a6a 100644
--- a/c/src/ada-tests/support/status_io.ads
+++ b/c/src/ada-tests/support/status_io.ads
@@ -10,15 +10,15 @@
--
--
--
--- COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
+-- COPYRIGHT (c) 1989-1997.
-- On-Line Applications Research Corporation (OAR).
--- All rights assigned to U.S. Government, 1994.
+-- Copyright assigned to U.S. Government, 1994.
--
--- This material may be reproduced by or for the U.S. Government pursuant
--- to the copyright license under the clause at DFARS 252.227-7013. This
--- notice must appear in all copies of this file and its derivatives.
+-- The license and distribution terms for this file may in
+-- the file LICENSE in this distribution or at
+-- http://www.OARcorp.com/rtems/license.html.
--
--- status_io.ads,v 1.2 1995/05/31 16:28:20 joel Exp
+-- $Id$
--
with RTEMS;
diff --git a/c/src/ada-tests/support/test_support.adb b/c/src/ada-tests/support/test_support.adb
index 6f4380c185..d5ab4b40ba 100644
--- a/c/src/ada-tests/support/test_support.adb
+++ b/c/src/ada-tests/support/test_support.adb
@@ -10,15 +10,15 @@
--
--
--
--- COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
+-- COPYRIGHT (c) 1989-1997.
-- On-Line Applications Research Corporation (OAR).
--- All rights assigned to U.S. Government, 1994.
+-- Copyright assigned to U.S. Government, 1994.
--
--- This material may be reproduced by or for the U.S. Government pursuant
--- to the copyright license under the clause at DFARS 252.227-7013. This
--- notice must appear in all copies of this file and its derivatives.
+-- The license and distribution terms for this file may in
+-- the file LICENSE in this distribution or at
+-- http://www.OARcorp.com/rtems/license.html.
--
--- test_support.adb,v 1.2 1995/07/21 15:08:54 joel Exp
+-- $Id$
--
with Interfaces; use Interfaces;
diff --git a/c/src/ada-tests/support/test_support.ads b/c/src/ada-tests/support/test_support.ads
index af429de643..4a40da4322 100644
--- a/c/src/ada-tests/support/test_support.ads
+++ b/c/src/ada-tests/support/test_support.ads
@@ -10,15 +10,15 @@
--
--
--
--- COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
+-- COPYRIGHT (c) 1989-1997.
-- On-Line Applications Research Corporation (OAR).
--- All rights assigned to U.S. Government, 1994.
+-- Copyright assigned to U.S. Government, 1994.
--
--- This material may be reproduced by or for the U.S. Government pursuant
--- to the copyright license under the clause at DFARS 252.227-7013. This
--- notice must appear in all copies of this file and its derivatives.
+-- The license and distribution terms for this file may in
+-- the file LICENSE in this distribution or at
+-- http://www.OARcorp.com/rtems/license.html.
--
--- test_support.ads,v 1.1 1995/07/12 19:38:15 joel Exp
+-- $Id$
--
with Interfaces; use Interfaces;
diff --git a/c/src/ada-tests/support/unsigned32_io.ads b/c/src/ada-tests/support/unsigned32_io.ads
index dac1c055b3..4e207461c4 100644
--- a/c/src/ada-tests/support/unsigned32_io.ads
+++ b/c/src/ada-tests/support/unsigned32_io.ads
@@ -10,15 +10,15 @@
--
--
--
--- COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
+-- COPYRIGHT (c) 1989-1997.
-- On-Line Applications Research Corporation (OAR).
--- All rights assigned to U.S. Government, 1994.
+-- Copyright assigned to U.S. Government, 1994.
--
--- This material may be reproduced by or for the U.S. Government pursuant
--- to the copyright license under the clause at DFARS 252.227-7013. This
--- notice must appear in all copies of this file and its derivatives.
+-- The license and distribution terms for this file may in
+-- the file LICENSE in this distribution or at
+-- http://www.OARcorp.com/rtems/license.html.
--
--- unsigned32_io.ads,v 1.1 1995/07/12 19:37:33 joel Exp
+-- $Id$
--
with RTEMS;