From 7f79b6737dc0c1f135080fada9b7883736069b0a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 2 Jun 1997 22:37:28 +0000 Subject: readded body for "main" procedures --- c/src/ada-tests/sptests/sp20/sp20.adb | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'c/src/ada-tests/sptests/sp20/sp20.adb') diff --git a/c/src/ada-tests/sptests/sp20/sp20.adb b/c/src/ada-tests/sptests/sp20/sp20.adb index e69de29bb2..28ceaa2f10 100644 --- a/c/src/ada-tests/sptests/sp20/sp20.adb +++ b/c/src/ada-tests/sptests/sp20/sp20.adb @@ -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; + -- cgit v1.2.3