mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
readded body for "main" procedures
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
with SYSTEM;
|
||||
with System.Storage_Elements;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
with STUB_DRIVER;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
with SYSTEM;
|
||||
with System.Storage_Elements;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
-- $Id$
|
||||
--
|
||||
|
||||
with CLOCK_DRIVER;
|
||||
with RTEMS;
|
||||
|
||||
package SPTEST is
|
||||
|
||||
Reference in New Issue
Block a user