summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp19/sptest.adb
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-27 13:17:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-27 13:17:27 +0000
commitd73a01fdc28ec268b82095ba4cdd0b31d681290b (patch)
treeb60980aa4754e25aa539a95a1d7a68e9ddbea8ca /c/src/ada-tests/sptests/sp19/sptest.adb
parent2002-08-27 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d73a01fdc28ec268b82095ba4cdd0b31d681290b.tar.bz2
2002-08-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests/sp19/sptest.adb: Remove. * sptests/sp19/Makefile.am: Let m4 generate sptests.adb from sptests.adp.
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/sptests/sp19/sptest.adb50
1 files changed, 0 insertions, 50 deletions
diff --git a/c/src/ada-tests/sptests/sp19/sptest.adb b/c/src/ada-tests/sptests/sp19/sptest.adb
deleted file mode 100644
index dad0efa329..0000000000
--- a/c/src/ada-tests/sptests/sp19/sptest.adb
+++ /dev/null
@@ -1,50 +0,0 @@
---
--- SPTEST / BODY
---
--- DESCRIPTION:
---
--- This package is the implementation of Test 19 of the RTEMS
--- Single Processor Test Suite.
---
--- DEPENDENCIES:
---
---
---
--- COPYRIGHT (c) 1989-1997.
--- On-Line Applications Research Corporation (OAR).
--- Copyright assigned to U.S. Government, 1994.
---
--- 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.
---
--- $Id$
---
-
-with INTERFACES; use INTERFACES;
-with RTEMS;
-with TEST_SUPPORT;
-with TEXT_IO;
-
-package body SPTEST is
-
---PAGE
---
--- INIT
---
-
- procedure INIT (
- ARGUMENT : in RTEMS.TASK_ARGUMENT
- ) is
- TIME : RTEMS.TIME_OF_DAY;
- STATUS : RTEMS.STATUS_CODES;
- begin
-
- TEXT_IO.NEW_LINE( 2 );
- TEXT_IO.PUT_LINE( "*** TEST 19***" );
- TEXT_IO.PUT_LINE( "Not currently implemented" );
- TEXT_IO.PUT_LINE( "*** END OF TEST 19***" );
-
- end INIT;
-
-end SPTEST;