From 04eee9fbd77462040d87a6b881dd8e5ce3f19db0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Sep 2009 18:13:37 +0000 Subject: 2009-09-17 Joel Sherrill * Makefile, pingpong.adb: Make follow standard RTEMS test output format. Add output screens where appropriate. --- pingpong/ChangeLog | 5 +++++ pingpong/Makefile | 2 ++ pingpong/pingpong.adb | 4 ++++ 3 files changed, 11 insertions(+) diff --git a/pingpong/ChangeLog b/pingpong/ChangeLog index 854bdd8..7657103 100644 --- a/pingpong/ChangeLog +++ b/pingpong/ChangeLog @@ -1,3 +1,8 @@ +2009-09-17 Joel Sherrill + + * Makefile, pingpong.adb: Make follow standard RTEMS test output + format. Add output screens where appropriate. + 2009-09-17 Joel Sherrill * .cvsignore: New file. 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; -- cgit v1.2.3