summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp07
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp07')
-rw-r--r--testsuites/mptests/mp07/Makefile.am4
-rw-r--r--testsuites/mptests/mp07/node1/Makefile.am4
-rw-r--r--testsuites/mptests/mp07/node2/Makefile.am4
3 files changed, 12 insertions, 0 deletions
diff --git a/testsuites/mptests/mp07/Makefile.am b/testsuites/mptests/mp07/Makefile.am
index 08a90da412..4665714c9e 100644
--- a/testsuites/mptests/mp07/Makefile.am
+++ b/testsuites/mptests/mp07/Makefile.am
@@ -1,3 +1,7 @@
+##
+## $Id$
+##
+
SUBDIRS = node1 node2
include $(top_srcdir)/../automake/subdirs.am
diff --git a/testsuites/mptests/mp07/node1/Makefile.am b/testsuites/mptests/mp07/node1/Makefile.am
index 8a44eb5e2e..35f2093c2a 100644
--- a/testsuites/mptests/mp07/node1/Makefile.am
+++ b/testsuites/mptests/mp07/node1/Makefile.am
@@ -1,3 +1,7 @@
+##
+## $Id$
+##
+
rtems_tests_PROGRAMS = mp07-node1
mp07_node1_SOURCES = ../init.c ../task1.c ../system.h
diff --git a/testsuites/mptests/mp07/node2/Makefile.am b/testsuites/mptests/mp07/node2/Makefile.am
index 636ef982aa..bf4224c0c8 100644
--- a/testsuites/mptests/mp07/node2/Makefile.am
+++ b/testsuites/mptests/mp07/node2/Makefile.am
@@ -1,3 +1,7 @@
+##
+## $Id$
+##
+
rtems_tests_PROGRAMS = mp07-node2
mp07_node2_SOURCES = ../init.c ../task1.c ../system.h