summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/spname01/spname01.adb
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/sptests/spname01/spname01.adb')
-rw-r--r--testsuites/ada/sptests/spname01/spname01.adb28
1 files changed, 28 insertions, 0 deletions
diff --git a/testsuites/ada/sptests/spname01/spname01.adb b/testsuites/ada/sptests/spname01/spname01.adb
new file mode 100644
index 0000000000..863e64f24e
--- /dev/null
+++ b/testsuites/ada/sptests/spname01/spname01.adb
@@ -0,0 +1,28 @@
+--
+-- MAIN / BODY
+--
+-- DESCRIPTION:
+--
+-- This is the entry point for Test Hello of the Sample Test Suite.
+--
+-- DEPENDENCIES:
+--
+--
+--
+-- COPYRIGHT (c) 1989-2009.
+-- 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.org/license/LICENSE.
+--
+
+procedure SPNAME01 is
+begin
+
+ loop
+ delay 120.0;
+ end loop;
+
+end SPNAME01;
+