From 33a105fb69b1398294e304790c2eb7017f188d1e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 May 2012 11:08:48 -0500 Subject: Revert: Remove CVS Ids See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details. --- testsuites/psxtmtests/Makefile.am | 4 ++++ testsuites/psxtmtests/configure.ac | 2 ++ testsuites/psxtmtests/psxtmbarrier01/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmbarrier02/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmbarrier03/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmkey01/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmkey02/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmmq01/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmmutex01/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmmutex02/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmmutex03/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmmutex04/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmmutex05/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmmutex06/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmmutex07/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmnanosleep01/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmnanosleep02/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmrwlock01/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmrwlock02/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmrwlock03/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmrwlock04/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmrwlock05/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmrwlock06/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmrwlock07/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmsem01/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmsem02/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmsem03/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmsem04/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmsem05/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmsleep01/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmsleep02/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmthread01/Makefile.am | 5 +++++ testsuites/psxtmtests/psxtmthread03/Makefile.am | 5 +++++ 33 files changed, 161 insertions(+) (limited to 'testsuites/psxtmtests') diff --git a/testsuites/psxtmtests/Makefile.am b/testsuites/psxtmtests/Makefile.am index 72340ab0c7..b334af3046 100644 --- a/testsuites/psxtmtests/Makefile.am +++ b/testsuites/psxtmtests/Makefile.am @@ -1,3 +1,7 @@ +## +## $Id$ +## + ACLOCAL_AMFLAGS = -I ../aclocal SUBDIRS = diff --git a/testsuites/psxtmtests/configure.ac b/testsuites/psxtmtests/configure.ac index 1bd34d8032..a92df19164 100644 --- a/testsuites/psxtmtests/configure.ac +++ b/testsuites/psxtmtests/configure.ac @@ -1,4 +1,6 @@ ## Process this file with autoconf to produce a configure script. +## +## $Id$ AC_PREREQ([2.68]) AC_INIT([rtems-c-src-tests-psxtmtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) diff --git a/testsuites/psxtmtests/psxtmbarrier01/Makefile.am b/testsuites/psxtmtests/psxtmbarrier01/Makefile.am index 0c700968a0..b9b17a3b83 100644 --- a/testsuites/psxtmtests/psxtmbarrier01/Makefile.am +++ b/testsuites/psxtmtests/psxtmbarrier01/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmbarrier01 psxtmbarrier01_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmbarrier02/Makefile.am b/testsuites/psxtmtests/psxtmbarrier02/Makefile.am index 1b87c3e0ee..124f2aca4e 100644 --- a/testsuites/psxtmtests/psxtmbarrier02/Makefile.am +++ b/testsuites/psxtmtests/psxtmbarrier02/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmbarrier02 psxtmbarrier02_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmbarrier03/Makefile.am b/testsuites/psxtmtests/psxtmbarrier03/Makefile.am index 160930c6b4..eaec3427eb 100644 --- a/testsuites/psxtmtests/psxtmbarrier03/Makefile.am +++ b/testsuites/psxtmtests/psxtmbarrier03/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmbarrier03 psxtmbarrier03_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmkey01/Makefile.am b/testsuites/psxtmtests/psxtmkey01/Makefile.am index 863344a256..dbe684de23 100644 --- a/testsuites/psxtmtests/psxtmkey01/Makefile.am +++ b/testsuites/psxtmtests/psxtmkey01/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmkey01 psxtmkey01_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmkey02/Makefile.am b/testsuites/psxtmtests/psxtmkey02/Makefile.am index 4968220726..80645c5e36 100644 --- a/testsuites/psxtmtests/psxtmkey02/Makefile.am +++ b/testsuites/psxtmtests/psxtmkey02/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmkey02 psxtmkey02_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmmq01/Makefile.am b/testsuites/psxtmtests/psxtmmq01/Makefile.am index 52489e4270..703b568fe0 100644 --- a/testsuites/psxtmtests/psxtmmq01/Makefile.am +++ b/testsuites/psxtmtests/psxtmmq01/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmmq01 psxtmmq01_SOURCES = init.c psxtmmq01_SOURCES += ../../tmtests/include/timesys.h diff --git a/testsuites/psxtmtests/psxtmmutex01/Makefile.am b/testsuites/psxtmtests/psxtmmutex01/Makefile.am index 13ce07176d..31b53ea252 100644 --- a/testsuites/psxtmtests/psxtmmutex01/Makefile.am +++ b/testsuites/psxtmtests/psxtmmutex01/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmmutex01 psxtmmutex01_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmmutex02/Makefile.am b/testsuites/psxtmtests/psxtmmutex02/Makefile.am index 309542267f..b0405cf751 100644 --- a/testsuites/psxtmtests/psxtmmutex02/Makefile.am +++ b/testsuites/psxtmtests/psxtmmutex02/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmmutex02 psxtmmutex02_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmmutex03/Makefile.am b/testsuites/psxtmtests/psxtmmutex03/Makefile.am index 979256ca73..37a2857cb5 100644 --- a/testsuites/psxtmtests/psxtmmutex03/Makefile.am +++ b/testsuites/psxtmtests/psxtmmutex03/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmmutex03 psxtmmutex03_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmmutex04/Makefile.am b/testsuites/psxtmtests/psxtmmutex04/Makefile.am index cf258cd61c..d0a9c88205 100644 --- a/testsuites/psxtmtests/psxtmmutex04/Makefile.am +++ b/testsuites/psxtmtests/psxtmmutex04/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmmutex04 psxtmmutex04_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmmutex05/Makefile.am b/testsuites/psxtmtests/psxtmmutex05/Makefile.am index 3f5650a9f0..9afabe24cd 100644 --- a/testsuites/psxtmtests/psxtmmutex05/Makefile.am +++ b/testsuites/psxtmtests/psxtmmutex05/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmmutex05 psxtmmutex05_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmmutex06/Makefile.am b/testsuites/psxtmtests/psxtmmutex06/Makefile.am index c6b3a909cf..10e60e16c4 100644 --- a/testsuites/psxtmtests/psxtmmutex06/Makefile.am +++ b/testsuites/psxtmtests/psxtmmutex06/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmmutex06 psxtmmutex06_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmmutex07/Makefile.am b/testsuites/psxtmtests/psxtmmutex07/Makefile.am index f844e70302..052a00a8f4 100644 --- a/testsuites/psxtmtests/psxtmmutex07/Makefile.am +++ b/testsuites/psxtmtests/psxtmmutex07/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmmutex07 psxtmmutex07_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmnanosleep01/Makefile.am b/testsuites/psxtmtests/psxtmnanosleep01/Makefile.am index 645edd1f98..b69aa3d8a7 100644 --- a/testsuites/psxtmtests/psxtmnanosleep01/Makefile.am +++ b/testsuites/psxtmtests/psxtmnanosleep01/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmnanosleep01 psxtmnanosleep01_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am b/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am index cfcfb3cb3d..c44d76e4ab 100644 --- a/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am +++ b/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmnanosleep02 psxtmnanosleep02_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmrwlock01/Makefile.am b/testsuites/psxtmtests/psxtmrwlock01/Makefile.am index f20a13b2fa..53cfc98e9d 100644 --- a/testsuites/psxtmtests/psxtmrwlock01/Makefile.am +++ b/testsuites/psxtmtests/psxtmrwlock01/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmrwlock01 psxtmrwlock01_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmrwlock02/Makefile.am b/testsuites/psxtmtests/psxtmrwlock02/Makefile.am index c2e62d2a0b..60812de84d 100644 --- a/testsuites/psxtmtests/psxtmrwlock02/Makefile.am +++ b/testsuites/psxtmtests/psxtmrwlock02/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmrwlock02 psxtmrwlock02_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmrwlock03/Makefile.am b/testsuites/psxtmtests/psxtmrwlock03/Makefile.am index f07db729bc..5b6e84385b 100644 --- a/testsuites/psxtmtests/psxtmrwlock03/Makefile.am +++ b/testsuites/psxtmtests/psxtmrwlock03/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmrwlock03 psxtmrwlock03_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmrwlock04/Makefile.am b/testsuites/psxtmtests/psxtmrwlock04/Makefile.am index 37e9b6f0f1..4e78c0bfe0 100644 --- a/testsuites/psxtmtests/psxtmrwlock04/Makefile.am +++ b/testsuites/psxtmtests/psxtmrwlock04/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmrwlock04 psxtmrwlock04_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmrwlock05/Makefile.am b/testsuites/psxtmtests/psxtmrwlock05/Makefile.am index 188ac75f4f..77aaf7ce1f 100644 --- a/testsuites/psxtmtests/psxtmrwlock05/Makefile.am +++ b/testsuites/psxtmtests/psxtmrwlock05/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmrwlock05 psxtmrwlock05_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmrwlock06/Makefile.am b/testsuites/psxtmtests/psxtmrwlock06/Makefile.am index 468ed2ec32..eb33adbb76 100644 --- a/testsuites/psxtmtests/psxtmrwlock06/Makefile.am +++ b/testsuites/psxtmtests/psxtmrwlock06/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmrwlock06 psxtmrwlock06_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmrwlock07/Makefile.am b/testsuites/psxtmtests/psxtmrwlock07/Makefile.am index 05ee068ffb..67789eba59 100644 --- a/testsuites/psxtmtests/psxtmrwlock07/Makefile.am +++ b/testsuites/psxtmtests/psxtmrwlock07/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmrwlock07 psxtmrwlock07_SOURCES = init.c psxtmrwlock07_SOURCES += ../../tmtests/include/timesys.h diff --git a/testsuites/psxtmtests/psxtmsem01/Makefile.am b/testsuites/psxtmtests/psxtmsem01/Makefile.am index 16eca6107f..6da44a7d8a 100644 --- a/testsuites/psxtmtests/psxtmsem01/Makefile.am +++ b/testsuites/psxtmtests/psxtmsem01/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmsem01 psxtmsem01_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmsem02/Makefile.am b/testsuites/psxtmtests/psxtmsem02/Makefile.am index 782d9b1510..4d9f413eb6 100644 --- a/testsuites/psxtmtests/psxtmsem02/Makefile.am +++ b/testsuites/psxtmtests/psxtmsem02/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmsem02 psxtmsem02_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmsem03/Makefile.am b/testsuites/psxtmtests/psxtmsem03/Makefile.am index 663f219d78..f217bebe14 100644 --- a/testsuites/psxtmtests/psxtmsem03/Makefile.am +++ b/testsuites/psxtmtests/psxtmsem03/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmsem03 psxtmsem03_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmsem04/Makefile.am b/testsuites/psxtmtests/psxtmsem04/Makefile.am index 28e440ff67..84d770ab07 100644 --- a/testsuites/psxtmtests/psxtmsem04/Makefile.am +++ b/testsuites/psxtmtests/psxtmsem04/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmsem04 psxtmsem04_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmsem05/Makefile.am b/testsuites/psxtmtests/psxtmsem05/Makefile.am index 18548c3e6f..68e915dc1b 100644 --- a/testsuites/psxtmtests/psxtmsem05/Makefile.am +++ b/testsuites/psxtmtests/psxtmsem05/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmsem05 psxtmsem05_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmsleep01/Makefile.am b/testsuites/psxtmtests/psxtmsleep01/Makefile.am index 8a55788c65..1d1ff44256 100644 --- a/testsuites/psxtmtests/psxtmsleep01/Makefile.am +++ b/testsuites/psxtmtests/psxtmsleep01/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmsleep01 psxtmsleep01_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmsleep02/Makefile.am b/testsuites/psxtmtests/psxtmsleep02/Makefile.am index 5766ebd9a9..1dd6b97c81 100644 --- a/testsuites/psxtmtests/psxtmsleep02/Makefile.am +++ b/testsuites/psxtmtests/psxtmsleep02/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmsleep02 psxtmsleep02_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmthread01/Makefile.am b/testsuites/psxtmtests/psxtmthread01/Makefile.am index 7cb5c5695b..eb3fc3dc55 100644 --- a/testsuites/psxtmtests/psxtmthread01/Makefile.am +++ b/testsuites/psxtmtests/psxtmthread01/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmthread01 psxtmthread01_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ diff --git a/testsuites/psxtmtests/psxtmthread03/Makefile.am b/testsuites/psxtmtests/psxtmthread03/Makefile.am index 9b77de2687..cd7680ff31 100644 --- a/testsuites/psxtmtests/psxtmthread03/Makefile.am +++ b/testsuites/psxtmtests/psxtmthread03/Makefile.am @@ -1,3 +1,8 @@ +## +## $Id$ +## + + rtems_tests_PROGRAMS = psxtmthread03 psxtmthread03_SOURCES = init.c ../../tmtests/include/timesys.h \ ../../support/src/tmtests_empty_function.c \ -- cgit v1.2.3