source: rtems/c/src/ada-tests/sptests/spname01/sptest.ads @ 3ca942a

4.104.114.95
Last change on this file since 3ca942a was 3ca942a, checked in by Joel Sherrill <joel.sherrill@…>, on 02/04/08 at 17:18:01

2008-02-04 Joel Sherrill <joel.sherrill@…>

  • configure.ac, sptests/Makefile.am: Exercise passing as object Id of SELF.
  • sptests/spname01/.cvsignore, sptests/spname01/Makefile.am, sptests/spname01/ada_spname01.scn, sptests/spname01/spname01.adb, sptests/spname01/sptest.adb, sptests/spname01/sptest.ads: New files.
  • Property mode set to 100644
File size: 499 bytes
Line 
1--
2--  SPTEST / SPECIFICATION
3--
4--  DESCRIPTION:
5--
6--  This package is the specification for the Hello World Test of the RTEMS
7--  Sample Test Suite.
8--
9--  DEPENDENCIES:
10--
11-- 
12--
13--  COPYRIGHT (c) 1989-2008.
14--  On-Line Applications Research Corporation (OAR).
15--
16--  The license and distribution terms for this file may in
17--  the file LICENSE in this distribution or at
18--  http://www.rtems.com/license/LICENSE.
19--
20--  $Id$
21--
22
23with RTEMS;
24
25package SPTEST is
26
27   task AdaTask;
28
29
30end SPTEST;
Note: See TracBrowser for help on using the repository browser.