readded body for "main" procedures

This commit is contained in:
Joel Sherrill
1997-06-02 22:37:28 +00:00
parent 77ff3d1058
commit 7f79b6737d
47 changed files with 744 additions and 23 deletions

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP01 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 SP01 is
begin
SPTEST.INIT( 0 );
end SP01;

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP02 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 SP02 is
begin
SPTEST.INIT( 0 );
end SP02;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -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;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP04 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 SP04 is
begin
SPTEST.INIT( 0 );
end SP04;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -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;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP06 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 SP06 is
begin
SPTEST.INIT( 0 );
end SP06;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP07 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 SP07 is
begin
SPTEST.INIT( 0 );
end SP07;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP08 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 SP08 is
begin
SPTEST.INIT( 0 );
end SP08;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP09 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 SP09 is
begin
SPTEST.INIT( 0 );
end SP09;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
with SYSTEM;
with System.Storage_Elements;

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP11 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 SP11 is
begin
SPTEST.INIT( 0 );
end SP11;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP12 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 SP12 is
begin
SPTEST.INIT( 0 );
end SP12;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP13 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 SP13 is
begin
SPTEST.INIT( 0 );
end SP13;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP14 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 SP14 is
begin
SPTEST.INIT( 0 );
end SP14;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP15 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 SP15 is
begin
SPTEST.INIT( 0 );
end SP15;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP16 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 SP16 is
begin
SPTEST.INIT( 0 );
end SP16;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP17 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 SP17 is
begin
SPTEST.INIT( 0 );
end SP17;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP19 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 SP19 is
begin
SPTEST.INIT( 0 );
end SP19;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP20 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 SP20 is
begin
SPTEST.INIT( 0 );
end SP20;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP21 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 SP21 is
begin
SPTEST.INIT( 0 );
end SP21;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
with STUB_DRIVER;

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP22 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 SP22 is
begin
SPTEST.INIT( 0 );
end SP22;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP23 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 SP23 is
begin
SPTEST.INIT( 0 );
end SP23;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
with SYSTEM;
with System.Storage_Elements;

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP24 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 SP24 is
begin
SPTEST.INIT( 0 );
end SP24;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SP25 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 SP25 is
begin
SPTEST.INIT( 0 );
end SP25;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is

View File

@@ -0,0 +1,31 @@
--
-- MAIN / BODY
--
-- DESCRIPTION:
--
-- This is the entry point for Test SPsize 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 SPsize is
begin
SPTEST.INIT( 0 );
end SPsize;

View File

@@ -21,7 +21,6 @@
-- $Id$
--
with CLOCK_DRIVER;
with RTEMS;
package SPTEST is