summaryrefslogtreecommitdiff
path: root/c/src/ada-tests/sptests/sp05
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/sp05
parent77ff3d1058a4c13b0ef87d84ab322f5d3fc7c686 (diff)
readded body for "main" procedures
Diffstat (limited to 'c/src/ada-tests/sptests/sp05')
-rw-r--r--c/src/ada-tests/sptests/sp05/sp05.adb31
-rw-r--r--c/src/ada-tests/sptests/sp05/sptest.ads1
2 files changed, 31 insertions, 1 deletions
diff --git a/c/src/ada-tests/sptests/sp05/sp05.adb b/c/src/ada-tests/sptests/sp05/sp05.adb
index e69de29bb2..b094f6f290 100644
--- a/c/src/ada-tests/sptests/sp05/sp05.adb
+++ b/c/src/ada-tests/sptests/sp05/sp05.adb
@@ -0,0 +1,31 @@
+--
+-- MAIN / BODY
+--
+-- DESCRIPTION:
+--
+-- This is the entry point for Test SP05 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 SP05 is
+begin
+
+ SPTEST.INIT( 0 );
+
+end SP05;
+
diff --git a/c/src/ada-tests/sptests/sp05/sptest.ads b/c/src/ada-tests/sptests/sp05/sptest.ads
index 921b4ab01e..74b2e956bc 100644
--- a/c/src/ada-tests/sptests/sp05/sptest.ads
+++ b/c/src/ada-tests/sptests/sp05/sptest.ads
@@ -21,7 +21,6 @@
-- $Id$
--
-with CLOCK_DRIVER;
with RTEMS;
package SPTEST is