summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp03/sp03.adb
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-02 22:37:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-02 22:37:28 +0000
commit7f79b6737dc0c1f135080fada9b7883736069b0a (patch)
treeaeee0199153de369626bf61269c381656b361c54 /c/src/ada-tests/sptests/sp03/sp03.adb
parentremoved configuration table definition in Ada (diff)
downloadrtems-7f79b6737dc0c1f135080fada9b7883736069b0a.tar.bz2
readded body for "main" procedures
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/sptests/sp03/sp03.adb31
1 files changed, 31 insertions, 0 deletions
diff --git a/c/src/ada-tests/sptests/sp03/sp03.adb b/c/src/ada-tests/sptests/sp03/sp03.adb
index e69de29bb2..5c4bb85428 100644
--- a/c/src/ada-tests/sptests/sp03/sp03.adb
+++ b/c/src/ada-tests/sptests/sp03/sp03.adb
@@ -0,0 +1,31 @@
+--
+-- MAIN / BODY
+--
+-- DESCRIPTION:
+--
+-- This is the entry point for Test SP03 of the 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 SPTEST;
+
+procedure SP03 is
+begin
+
+ SPTEST.INIT( 0 );
+
+end SP03;
+