summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/spname01/spname01.adb
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/sptests/spname01/spname01.adb')
-rw-r--r--c/src/ada-tests/sptests/spname01/spname01.adb36
1 files changed, 36 insertions, 0 deletions
diff --git a/c/src/ada-tests/sptests/spname01/spname01.adb b/c/src/ada-tests/sptests/spname01/spname01.adb
new file mode 100644
index 0000000000..eb35eefc0a
--- /dev/null
+++ b/c/src/ada-tests/sptests/spname01/spname01.adb
@@ -0,0 +1,36 @@
+--
+-- MAIN / BODY
+--
+-- DESCRIPTION:
+--
+-- This is the entry point for Test Hello of the 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;
+with SPTEST;
+with TEST_SUPPORT;
+
+procedure SPNAME01 is
+ INIT_ID : RTEMS.ID;
+ STATUS : RTEMS.STATUS_CODES;
+begin
+
+ loop
+ delay 120.0;
+ end loop;
+
+end SPNAME01;
+