summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tmtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-31 15:22:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-31 15:22:23 +0000
commit8fbdf07b621f00c412455df24c820422b3712064 (patch)
tree04599d34abbf8281f0bf9250c6f247d87143160c /c/src/tests/tmtests
parentRalf Corsepius <corsepiu@faw.uni-ulm.de> caught some files in CVS (diff)
downloadrtems-8fbdf07b621f00c412455df24c820422b3712064.tar.bz2
Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
that contains cosmetical changes to the Makefile.ams below tests (removes old, now invalid comments from these Makefile.ams).
Diffstat (limited to 'c/src/tests/tmtests')
-rw-r--r--c/src/tests/tmtests/tm01/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm02/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm03/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm04/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm05/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm06/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm07/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm08/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm09/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm10/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm11/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm12/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm13/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm14/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm15/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm16/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm17/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm18/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm19/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm20/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm21/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm22/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm23/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm24/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm25/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm26/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm27/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm28/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tm29/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tmck/Makefile.am1
-rw-r--r--c/src/tests/tmtests/tmoverhd/Makefile.am1
31 files changed, 0 insertions, 31 deletions
diff --git a/c/src/tests/tmtests/tm01/Makefile.am b/c/src/tests/tmtests/tm01/Makefile.am
index d2cf3a565a..cec68ff0b8 100644
--- a/c/src/tests/tmtests/tm01/Makefile.am
+++ b/c/src/tests/tmtests/tm01/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm01
MANAGERS = io semaphore
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm02/Makefile.am b/c/src/tests/tmtests/tm02/Makefile.am
index e5668e227f..972dce7e71 100644
--- a/c/src/tests/tmtests/tm02/Makefile.am
+++ b/c/src/tests/tmtests/tm02/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm02
MANAGERS = io semaphore
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm03/Makefile.am b/c/src/tests/tmtests/tm03/Makefile.am
index 01adb6bc82..6f62d92019 100644
--- a/c/src/tests/tmtests/tm03/Makefile.am
+++ b/c/src/tests/tmtests/tm03/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm03
MANAGERS = io semaphore
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm04/Makefile.am b/c/src/tests/tmtests/tm04/Makefile.am
index 9aff3e7b3c..ba0f3b8b8d 100644
--- a/c/src/tests/tmtests/tm04/Makefile.am
+++ b/c/src/tests/tmtests/tm04/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm04
MANAGERS = io semaphore
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm05/Makefile.am b/c/src/tests/tmtests/tm05/Makefile.am
index 71ce7865fb..9650859f45 100644
--- a/c/src/tests/tmtests/tm05/Makefile.am
+++ b/c/src/tests/tmtests/tm05/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm05
MANAGERS = io
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm06/Makefile.am b/c/src/tests/tmtests/tm06/Makefile.am
index c98c9442f5..034bce6b49 100644
--- a/c/src/tests/tmtests/tm06/Makefile.am
+++ b/c/src/tests/tmtests/tm06/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm06
MANAGERS = io
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm07/Makefile.am b/c/src/tests/tmtests/tm07/Makefile.am
index 99d4c58d12..cdec5806be 100644
--- a/c/src/tests/tmtests/tm07/Makefile.am
+++ b/c/src/tests/tmtests/tm07/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm07
MANAGERS = io
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm08/Makefile.am b/c/src/tests/tmtests/tm08/Makefile.am
index 0322d84c1e..66eefd2380 100644
--- a/c/src/tests/tmtests/tm08/Makefile.am
+++ b/c/src/tests/tmtests/tm08/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm08
MANAGERS = io
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm09/Makefile.am b/c/src/tests/tmtests/tm09/Makefile.am
index 0e1faa6a82..205a989fec 100644
--- a/c/src/tests/tmtests/tm09/Makefile.am
+++ b/c/src/tests/tmtests/tm09/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm09
MANAGERS = io message
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm10/Makefile.am b/c/src/tests/tmtests/tm10/Makefile.am
index 282056915e..72052067af 100644
--- a/c/src/tests/tmtests/tm10/Makefile.am
+++ b/c/src/tests/tmtests/tm10/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm10
MANAGERS = io message
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm11/Makefile.am b/c/src/tests/tmtests/tm11/Makefile.am
index 0b99bc0018..c12ecf0788 100644
--- a/c/src/tests/tmtests/tm11/Makefile.am
+++ b/c/src/tests/tmtests/tm11/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm11
MANAGERS = io message
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm12/Makefile.am b/c/src/tests/tmtests/tm12/Makefile.am
index 4fc8395624..213f72271e 100644
--- a/c/src/tests/tmtests/tm12/Makefile.am
+++ b/c/src/tests/tmtests/tm12/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm12
MANAGERS = io message
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm13/Makefile.am b/c/src/tests/tmtests/tm13/Makefile.am
index b66b28df24..caaf71f8b3 100644
--- a/c/src/tests/tmtests/tm13/Makefile.am
+++ b/c/src/tests/tmtests/tm13/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm13
MANAGERS = io message
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm14/Makefile.am b/c/src/tests/tmtests/tm14/Makefile.am
index 2df922be77..41fb6c1db6 100644
--- a/c/src/tests/tmtests/tm14/Makefile.am
+++ b/c/src/tests/tmtests/tm14/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm14
MANAGERS = io message
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm15/Makefile.am b/c/src/tests/tmtests/tm15/Makefile.am
index ce8ff2fb3c..d8e9c9b2b5 100644
--- a/c/src/tests/tmtests/tm15/Makefile.am
+++ b/c/src/tests/tmtests/tm15/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm15
MANAGERS = io event
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm16/Makefile.am b/c/src/tests/tmtests/tm16/Makefile.am
index 3f5f78d029..30655fd158 100644
--- a/c/src/tests/tmtests/tm16/Makefile.am
+++ b/c/src/tests/tmtests/tm16/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm16
MANAGERS = io event
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm17/Makefile.am b/c/src/tests/tmtests/tm17/Makefile.am
index 413b9ba766..9bc35a9830 100644
--- a/c/src/tests/tmtests/tm17/Makefile.am
+++ b/c/src/tests/tmtests/tm17/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm17
MANAGERS = io
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm18/Makefile.am b/c/src/tests/tmtests/tm18/Makefile.am
index 5a338005d5..b9f96377ec 100644
--- a/c/src/tests/tmtests/tm18/Makefile.am
+++ b/c/src/tests/tmtests/tm18/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm18
MANAGERS = io
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm19/Makefile.am b/c/src/tests/tmtests/tm19/Makefile.am
index edcfa44c06..cc74b7aea7 100644
--- a/c/src/tests/tmtests/tm19/Makefile.am
+++ b/c/src/tests/tmtests/tm19/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm19
MANAGERS = io signal
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm20/Makefile.am b/c/src/tests/tmtests/tm20/Makefile.am
index 4f2c12728f..f8b4d51fea 100644
--- a/c/src/tests/tmtests/tm20/Makefile.am
+++ b/c/src/tests/tmtests/tm20/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm20
MANAGERS = io partition region
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm21/Makefile.am b/c/src/tests/tmtests/tm21/Makefile.am
index dc7f289956..a9fc96e91f 100644
--- a/c/src/tests/tmtests/tm21/Makefile.am
+++ b/c/src/tests/tmtests/tm21/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm21
MANAGERS = io dpmem message partition region semaphore rate_monotonic timer
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm22/Makefile.am b/c/src/tests/tmtests/tm22/Makefile.am
index 876f2358e0..b7118f5aed 100644
--- a/c/src/tests/tmtests/tm22/Makefile.am
+++ b/c/src/tests/tmtests/tm22/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm22
MANAGERS = io message
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm23/Makefile.am b/c/src/tests/tmtests/tm23/Makefile.am
index 1f9b4b3427..87511a98d0 100644
--- a/c/src/tests/tmtests/tm23/Makefile.am
+++ b/c/src/tests/tmtests/tm23/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm23
MANAGERS = io event timer
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm24/Makefile.am b/c/src/tests/tmtests/tm24/Makefile.am
index b646bbc1db..48e21ed881 100644
--- a/c/src/tests/tmtests/tm24/Makefile.am
+++ b/c/src/tests/tmtests/tm24/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm24
MANAGERS = io message
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm25/Makefile.am b/c/src/tests/tmtests/tm25/Makefile.am
index 069714f16e..dd41b13fa7 100644
--- a/c/src/tests/tmtests/tm25/Makefile.am
+++ b/c/src/tests/tmtests/tm25/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm25
MANAGERS = io semaphore
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm26/Makefile.am b/c/src/tests/tmtests/tm26/Makefile.am
index e1d0b4f754..c488de3620 100644
--- a/c/src/tests/tmtests/tm26/Makefile.am
+++ b/c/src/tests/tmtests/tm26/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm26
MANAGERS = io semaphore
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm27/Makefile.am b/c/src/tests/tmtests/tm27/Makefile.am
index 0ae1257c5e..02caaaaeae 100644
--- a/c/src/tests/tmtests/tm27/Makefile.am
+++ b/c/src/tests/tmtests/tm27/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm27
MANAGERS = io
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm28/Makefile.am b/c/src/tests/tmtests/tm28/Makefile.am
index af7811e59e..fc23e73d17 100644
--- a/c/src/tests/tmtests/tm28/Makefile.am
+++ b/c/src/tests/tmtests/tm28/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm28
MANAGERS = io dpmem
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tm29/Makefile.am b/c/src/tests/tmtests/tm29/Makefile.am
index 348d3d360d..83a1f29433 100644
--- a/c/src/tests/tmtests/tm29/Makefile.am
+++ b/c/src/tests/tmtests/tm29/Makefile.am
@@ -7,7 +7,6 @@ TEST = tm29
MANAGERS = io rate_monotonic
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tmck/Makefile.am b/c/src/tests/tmtests/tmck/Makefile.am
index d37c55267a..c05e844246 100644
--- a/c/src/tests/tmtests/tmck/Makefile.am
+++ b/c/src/tests/tmtests/tmck/Makefile.am
@@ -7,7 +7,6 @@ TEST = tmck
MANAGERS = io
-# C source names, if any, go here -- minus the .c
C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/tmtests/tmoverhd/Makefile.am b/c/src/tests/tmtests/tmoverhd/Makefile.am
index fd87a7a612..8455838e77 100644
--- a/c/src/tests/tmtests/tmoverhd/Makefile.am
+++ b/c/src/tests/tmtests/tmoverhd/Makefile.am
@@ -7,7 +7,6 @@ TEST = tmoverhd
MANAGERS = io
-# C source names, if any, go here -- minus the .c
C_FILES = testtask.c empty.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)