Changeset 7f79b673 in rtems
- Timestamp:
- 06/02/97 22:37:28 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 529cdccd
- Parents:
- 77ff3d10
- Location:
- c/src/ada-tests/sptests
- Files:
-
- 47 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/sptests/sp01/sp01.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP01 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP01 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP01; 31 -
c/src/ada-tests/sptests/sp02/sp02.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP02 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP02 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP02; 31 -
c/src/ada-tests/sptests/sp02/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp03/sp03.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP03 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP03 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP03; 31 -
c/src/ada-tests/sptests/sp03/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp04/sp04.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP04 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP04 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP04; 31 -
c/src/ada-tests/sptests/sp04/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp05/sp05.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP05 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP05 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP05; 31 -
c/src/ada-tests/sptests/sp05/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp06/sp06.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP06 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP06 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP06; 31 -
c/src/ada-tests/sptests/sp06/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp07/sp07.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP07 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP07 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP07; 31 -
c/src/ada-tests/sptests/sp07/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp08/sp08.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP08 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP08 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP08; 31 -
c/src/ada-tests/sptests/sp08/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp09/sp09.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP09 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP09 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP09; 31 -
c/src/ada-tests/sptests/sp09/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 with SYSTEM; -
c/src/ada-tests/sptests/sp11/sp11.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP11 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP11 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP11; 31 -
c/src/ada-tests/sptests/sp11/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp12/sp12.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP12 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP12 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP12; 31 -
c/src/ada-tests/sptests/sp12/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp13/sp13.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP13 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP13 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP13; 31 -
c/src/ada-tests/sptests/sp13/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp14/sp14.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP14 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP14 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP14; 31 -
c/src/ada-tests/sptests/sp14/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp15/sp15.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP15 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP15 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP15; 31 -
c/src/ada-tests/sptests/sp15/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp16/sp16.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP16 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP16 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP16; 31 -
c/src/ada-tests/sptests/sp16/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp17/sp17.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP17 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP17 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP17; 31 -
c/src/ada-tests/sptests/sp17/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp19/sp19.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP19 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP19 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP19; 31 -
c/src/ada-tests/sptests/sp19/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp20/sp20.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP20 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP20 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP20; 31 -
c/src/ada-tests/sptests/sp20/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp21/sp21.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP21 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP21 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP21; 31 -
c/src/ada-tests/sptests/sp21/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 with STUB_DRIVER; -
c/src/ada-tests/sptests/sp22/sp22.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP22 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP22 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP22; 31 -
c/src/ada-tests/sptests/sp22/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp23/sp23.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP23 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP23 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP23; 31 -
c/src/ada-tests/sptests/sp23/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 with SYSTEM; -
c/src/ada-tests/sptests/sp24/sp24.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP24 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP24 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP24; 31 -
c/src/ada-tests/sptests/sp24/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/sp25/sp25.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SP25 of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SP25 is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SP25; 31 -
c/src/ada-tests/sptests/sp25/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25 -
c/src/ada-tests/sptests/spsize/spsize.adb
r77ff3d10 r7f79b673 1 -- 2 -- MAIN / BODY 3 -- 4 -- DESCRIPTION: 5 -- 6 -- This is the entry point for Test SPsize of the Single Processor Test Suite. 7 -- 8 -- DEPENDENCIES: 9 -- 10 -- 11 -- 12 -- COPYRIGHT (c) 1989-1997. 13 -- On-Line Applications Research Corporation (OAR). 14 -- Copyright assigned to U.S. Government, 1994. 15 -- 16 -- The license and distribution terms for this file may in 17 -- the file LICENSE in this distribution or at 18 -- http://www.OARcorp.com/rtems/license.html. 19 -- 20 -- $Id$ 21 -- 22 23 with SPTEST; 24 25 procedure SPsize is 26 begin 27 28 SPTEST.INIT( 0 ); 29 30 end SPsize; 31 -
c/src/ada-tests/sptests/spsize/sptest.ads
r77ff3d10 r7f79b673 22 22 -- 23 23 24 with CLOCK_DRIVER;25 24 with RTEMS; 26 25
Note: See TracChangeset
for help on using the changeset viewer.