summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests')
-rw-r--r--testsuites/smptests/Makefile.am4
-rw-r--r--testsuites/smptests/configure.ac2
-rw-r--r--testsuites/smptests/smp01/Makefile.am5
-rw-r--r--testsuites/smptests/smp02/Makefile.am5
-rw-r--r--testsuites/smptests/smp03/Makefile.am5
-rw-r--r--testsuites/smptests/smp04/Makefile.am5
-rw-r--r--testsuites/smptests/smp05/Makefile.am5
-rw-r--r--testsuites/smptests/smp06/Makefile.am5
-rw-r--r--testsuites/smptests/smp07/Makefile.am5
-rw-r--r--testsuites/smptests/smp08/Makefile.am5
-rw-r--r--testsuites/smptests/smp09/Makefile.am5
11 files changed, 51 insertions, 0 deletions
diff --git a/testsuites/smptests/Makefile.am b/testsuites/smptests/Makefile.am
index 02975a45a5..175778dbac 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -1,3 +1,7 @@
+##
+## $Id$
+##
+
ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS =
diff --git a/testsuites/smptests/configure.ac b/testsuites/smptests/configure.ac
index aad32ee81d..a2801bc137 100644
--- a/testsuites/smptests/configure.ac
+++ b/testsuites/smptests/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-smptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/testsuites/smptests/smp01/Makefile.am b/testsuites/smptests/smp01/Makefile.am
index db648f7ee4..3fd2183744 100644
--- a/testsuites/smptests/smp01/Makefile.am
+++ b/testsuites/smptests/smp01/Makefile.am
@@ -1,3 +1,8 @@
+##
+## $Id$
+##
+
+
rtems_tests_PROGRAMS = smp01
smp01_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
diff --git a/testsuites/smptests/smp02/Makefile.am b/testsuites/smptests/smp02/Makefile.am
index b4e0795556..61c60bd369 100644
--- a/testsuites/smptests/smp02/Makefile.am
+++ b/testsuites/smptests/smp02/Makefile.am
@@ -1,3 +1,8 @@
+##
+## $Id$
+##
+
+
rtems_tests_PROGRAMS = smp02
smp02_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
diff --git a/testsuites/smptests/smp03/Makefile.am b/testsuites/smptests/smp03/Makefile.am
index a6a8a61e90..73f2967d5a 100644
--- a/testsuites/smptests/smp03/Makefile.am
+++ b/testsuites/smptests/smp03/Makefile.am
@@ -1,3 +1,8 @@
+##
+## $Id$
+##
+
+
rtems_tests_PROGRAMS = smp03
smp03_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
diff --git a/testsuites/smptests/smp04/Makefile.am b/testsuites/smptests/smp04/Makefile.am
index bd1f7b13b0..3579e94f78 100644
--- a/testsuites/smptests/smp04/Makefile.am
+++ b/testsuites/smptests/smp04/Makefile.am
@@ -1,3 +1,8 @@
+##
+## $Id$
+##
+
+
rtems_tests_PROGRAMS = smp04
smp04_SOURCES = init.c system.h ../../support/src/locked_print.c
diff --git a/testsuites/smptests/smp05/Makefile.am b/testsuites/smptests/smp05/Makefile.am
index b730fba1cc..6db395d304 100644
--- a/testsuites/smptests/smp05/Makefile.am
+++ b/testsuites/smptests/smp05/Makefile.am
@@ -1,3 +1,8 @@
+##
+## $Id$
+##
+
+
rtems_tests_PROGRAMS = smp05
smp05_SOURCES = init.c ../../support/src/locked_print.c
diff --git a/testsuites/smptests/smp06/Makefile.am b/testsuites/smptests/smp06/Makefile.am
index 871f1d5b13..fe6fcacb4c 100644
--- a/testsuites/smptests/smp06/Makefile.am
+++ b/testsuites/smptests/smp06/Makefile.am
@@ -1,3 +1,8 @@
+##
+## $Id$
+##
+
+
rtems_tests_PROGRAMS = smp06
smp06_SOURCES = init.c ../../support/src/locked_print.c
diff --git a/testsuites/smptests/smp07/Makefile.am b/testsuites/smptests/smp07/Makefile.am
index 449148352e..b94fa1675a 100644
--- a/testsuites/smptests/smp07/Makefile.am
+++ b/testsuites/smptests/smp07/Makefile.am
@@ -1,3 +1,8 @@
+##
+## $Id$
+##
+
+
rtems_tests_PROGRAMS = smp07
smp07_SOURCES = init.c ../../support/src/locked_print.c
diff --git a/testsuites/smptests/smp08/Makefile.am b/testsuites/smptests/smp08/Makefile.am
index 6fdd303c0e..04748a6db2 100644
--- a/testsuites/smptests/smp08/Makefile.am
+++ b/testsuites/smptests/smp08/Makefile.am
@@ -1,3 +1,8 @@
+##
+## $Id$
+##
+
+
rtems_tests_PROGRAMS = smp08
smp08_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
diff --git a/testsuites/smptests/smp09/Makefile.am b/testsuites/smptests/smp09/Makefile.am
index cb4d60aa87..453ddef267 100644
--- a/testsuites/smptests/smp09/Makefile.am
+++ b/testsuites/smptests/smp09/Makefile.am
@@ -1,3 +1,8 @@
+##
+## $Id$
+##
+
+
rtems_tests_PROGRAMS = smp09
smp09_SOURCES = init.c ../../support/src/locked_print.c