summaryrefslogtreecommitdiffstats
path: root/c/src/tests
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/Makefile.am6
-rw-r--r--c/src/tests/libtests/Makefile.am6
-rw-r--r--c/src/tests/mptests/Makefile.am6
-rw-r--r--c/src/tests/psxtests/Makefile.am6
-rw-r--r--c/src/tests/samples/Makefile.am8
-rw-r--r--c/src/tests/sptests/Makefile.am8
-rw-r--r--c/src/tests/support/Makefile.am6
-rw-r--r--c/src/tests/support/include/Makefile.am6
-rw-r--r--c/src/tests/tmtests/Makefile.am6
-rw-r--r--c/src/tests/tmtests/include/Makefile.am6
-rw-r--r--c/src/tests/tools/Makefile.am6
-rw-r--r--c/src/tests/tools/generic/Makefile.am8
12 files changed, 39 insertions, 39 deletions
diff --git a/c/src/tests/Makefile.am b/c/src/tests/Makefile.am
index 5dfbf5202f..f1e0b924a6 100644
--- a/c/src/tests/Makefile.am
+++ b/c/src/tests/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
diff --git a/c/src/tests/libtests/Makefile.am b/c/src/tests/libtests/Makefile.am
index 9c56af5730..e24c8cb5ea 100644
--- a/c/src/tests/libtests/Makefile.am
+++ b/c/src/tests/libtests/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
diff --git a/c/src/tests/mptests/Makefile.am b/c/src/tests/mptests/Makefile.am
index 3d4d5e8e98..04211afe91 100644
--- a/c/src/tests/mptests/Makefile.am
+++ b/c/src/tests/mptests/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
diff --git a/c/src/tests/psxtests/Makefile.am b/c/src/tests/psxtests/Makefile.am
index 7560f4f61f..99f1f69130 100644
--- a/c/src/tests/psxtests/Makefile.am
+++ b/c/src/tests/psxtests/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
diff --git a/c/src/tests/samples/Makefile.am b/c/src/tests/samples/Makefile.am
index 448bef1943..b04c376dd6 100644
--- a/c/src/tests/samples/Makefile.am
+++ b/c/src/tests/samples/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
@@ -15,7 +15,7 @@ all-local: $(PREINSTALLDIRS)
CPLUSPLUS_TESTS = cdtest
-# base_mp is a sample multiprocessing test
+## base_mp is a sample multiprocessing test
MP_TESTS = base_mp
FP_TESTS = paranoia
diff --git a/c/src/tests/sptests/Makefile.am b/c/src/tests/sptests/Makefile.am
index 0ccdebfde3..00553330ba 100644
--- a/c/src/tests/sptests/Makefile.am
+++ b/c/src/tests/sptests/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
@@ -13,7 +13,7 @@ $(PREINSTALLDIRS):
all-local: $(PREINSTALLDIRS)
-# sp10 and spfatal are not included for now
+## sp10 and spfatal are not included for now
SUBDIRS = . sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \
sp15 sp16 sp17 sp19 sp20 sp21 sp22 sp23 sp24 sp25 spsize
diff --git a/c/src/tests/support/Makefile.am b/c/src/tests/support/Makefile.am
index 1161e5808f..0db07bc089 100644
--- a/c/src/tests/support/Makefile.am
+++ b/c/src/tests/support/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
diff --git a/c/src/tests/support/include/Makefile.am b/c/src/tests/support/include/Makefile.am
index 185c06ae7f..72f0f3c837 100644
--- a/c/src/tests/support/include/Makefile.am
+++ b/c/src/tests/support/include/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
diff --git a/c/src/tests/tmtests/Makefile.am b/c/src/tests/tmtests/Makefile.am
index 498603fa65..622b246297 100644
--- a/c/src/tests/tmtests/Makefile.am
+++ b/c/src/tests/tmtests/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
diff --git a/c/src/tests/tmtests/include/Makefile.am b/c/src/tests/tmtests/include/Makefile.am
index 942ca0890e..fcf88cb578 100644
--- a/c/src/tests/tmtests/include/Makefile.am
+++ b/c/src/tests/tmtests/include/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
diff --git a/c/src/tests/tools/Makefile.am b/c/src/tests/tools/Makefile.am
index 2fc5fc12c7..ec01965fb6 100644
--- a/c/src/tests/tools/Makefile.am
+++ b/c/src/tests/tools/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
diff --git a/c/src/tests/tools/generic/Makefile.am b/c/src/tests/tools/generic/Makefile.am
index ef28bd6ca2..aa6e1946da 100644
--- a/c/src/tests/tools/generic/Makefile.am
+++ b/c/src/tests/tools/generic/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
@@ -23,7 +23,7 @@ $(project_bspdir)/tests/difftest: difftest
$(project_bspdir)/tests/sorttimes: sorttimes
$(INSTALL_SCRIPT) $< $@
-# HACK: install to build-tree
+## HACK: install to build-tree
all-local: $(PREINSTALL_DIRS) $(PREINSTALL_FILES)
include $(top_srcdir)/../../../../../automake/local.am