summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/spname01/sptest.ads
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-04 17:18:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-04 17:18:01 +0000
commit3ca942abf8e9dd1166bb6f2c2634a9216a02a5f4 (patch)
treef9c7fd6c463186e3c0f50d230f3322d1cc45bc0b /c/src/ada-tests/sptests/spname01/sptest.ads
parent2008-02-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3ca942abf8e9dd1166bb6f2c2634a9216a02a5f4.tar.bz2
2008-02-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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.
Diffstat (limited to '')
-rw-r--r--c/src/ada-tests/sptests/spname01/sptest.ads30
1 files changed, 30 insertions, 0 deletions
diff --git a/c/src/ada-tests/sptests/spname01/sptest.ads b/c/src/ada-tests/sptests/spname01/sptest.ads
new file mode 100644
index 0000000000..3e63a754c2
--- /dev/null
+++ b/c/src/ada-tests/sptests/spname01/sptest.ads
@@ -0,0 +1,30 @@
+--
+-- SPTEST / SPECIFICATION
+--
+-- DESCRIPTION:
+--
+-- This package is the specification for the Hello World Test of the RTEMS
+-- Sample Test Suite.
+--
+-- DEPENDENCIES:
+--
+--
+--
+-- COPYRIGHT (c) 1989-2008.
+-- On-Line Applications Research Corporation (OAR).
+--
+-- The license and distribution terms for this file may in
+-- the file LICENSE in this distribution or at
+-- http://www.rtems.com/license/LICENSE.
+--
+-- $Id$
+--
+
+with RTEMS;
+
+package SPTEST is
+
+ task AdaTask;
+
+
+end SPTEST;