summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 18:13:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 18:13:37 +0000
commit04eee9fbd77462040d87a6b881dd8e5ce3f19db0 (patch)
tree8ab6a3635ce37465a6fb9e0119dc9a84ffdbc476
parent2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-04eee9fbd77462040d87a6b881dd8e5ce3f19db0.tar.bz2
2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile, pingpong.adb: Make follow standard RTEMS test output format. Add output screens where appropriate.
-rw-r--r--pingpong/ChangeLog5
-rw-r--r--pingpong/Makefile2
-rw-r--r--pingpong/pingpong.adb4
3 files changed, 11 insertions, 0 deletions
diff --git a/pingpong/ChangeLog b/pingpong/ChangeLog
index 854bdd8..7657103 100644
--- a/pingpong/ChangeLog
+++ b/pingpong/ChangeLog
@@ -1,5 +1,10 @@
2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * Makefile, pingpong.adb: Make follow standard RTEMS test output
+ format. Add output screens where appropriate.
+
+2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* .cvsignore: New file.
2008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>
diff --git a/pingpong/Makefile b/pingpong/Makefile
index 30a4d33..68e25d1 100644
--- a/pingpong/Makefile
+++ b/pingpong/Makefile
@@ -3,6 +3,8 @@
#
# See README.Makefiles in the main ada-examples directory.
#
+# $Id$
+#
PROGRAM=pingpong
diff --git a/pingpong/pingpong.adb b/pingpong/pingpong.adb
index f33814f..be8459b 100644
--- a/pingpong/pingpong.adb
+++ b/pingpong/pingpong.adb
@@ -1,3 +1,7 @@
+--
+-- $Id$
+--
+
with Ada.Text_IO;
with Ada.Exceptions; use Ada.Exceptions;
with GNAT.Sockets; use GNAT.Sockets;