From 7dbdc9876422d675e06c4e43d2a186c1c07ecd63 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Sep 2009 18:13:41 +0000 Subject: 2009-09-17 Joel Sherrill * Makefile.shared, networkconfig-qemu.h, cpuuse/Makefile, empty/Makefile, empty/empty.adb, exception_test2/Makefile, exception_test2/exceptiontest2.adb, exception_test3/Makefile, exception_test3/exceptiontest3.adb, hello_via_task/Makefile, hello_via_task/hello.adb, irq_test_c/Makefile: Make follow standard RTEMS test output format. Add output screens where appropriate. * exception_test2/exception_test2.scn, exception_test3/exception_test3.scn, hello_via_task/hello_via_task.scn: New files. --- hello_via_task/Makefile | 2 ++ hello_via_task/hello.adb | 3 +++ hello_via_task/hello_via_task.scn | 7 +++++++ 3 files changed, 12 insertions(+) create mode 100644 hello_via_task/hello_via_task.scn (limited to 'hello_via_task') diff --git a/hello_via_task/Makefile b/hello_via_task/Makefile index 8602dcb..2fbd56c 100644 --- a/hello_via_task/Makefile +++ b/hello_via_task/Makefile @@ -3,6 +3,8 @@ # # See README.Makefiles in the main ada-examples directory. # +# $Id$ +# PROGRAM=hello diff --git a/hello_via_task/hello.adb b/hello_via_task/hello.adb index 4b50b38..ed73dcb 100644 --- a/hello_via_task/hello.adb +++ b/hello_via_task/hello.adb @@ -1,6 +1,9 @@ -- -- Hello World Using a Task -- +-- $Id$ +-- + with Text_IO; use Text_IO; diff --git a/hello_via_task/hello_via_task.scn b/hello_via_task/hello_via_task.scn new file mode 100644 index 0000000..fba9905 --- /dev/null +++ b/hello_via_task/hello_via_task.scn @@ -0,0 +1,7 @@ +*** GNAT/RTEMS Hello World Test *** + +Welcome to the World of Lady Ada + +Initiating 2.5 second delay +Delay Complete +*** END OF GNAT/RTEMS Hello World Test *** -- cgit v1.2.3