summaryrefslogtreecommitdiffstats
path: root/c/src/tests/libtests
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/tests/libtests/cpuuse/Makefile.am1
-rw-r--r--c/src/tests/libtests/malloctest/Makefile.am1
-rw-r--r--c/src/tests/libtests/monitor/Makefile.am1
-rw-r--r--c/src/tests/libtests/putenvtest/Makefile.am1
-rw-r--r--c/src/tests/libtests/rtems++/Makefile.am1
-rw-r--r--c/src/tests/libtests/rtmonuse/Makefile.am1
-rw-r--r--c/src/tests/libtests/stackchk/Makefile.am1
-rw-r--r--c/src/tests/libtests/termios/Makefile.am1
8 files changed, 0 insertions, 8 deletions
diff --git a/c/src/tests/libtests/cpuuse/Makefile.am b/c/src/tests/libtests/cpuuse/Makefile.am
index 9ae5f8f46d..e630c15cb1 100644
--- a/c/src/tests/libtests/cpuuse/Makefile.am
+++ b/c/src/tests/libtests/cpuuse/Makefile.am
@@ -7,7 +7,6 @@ TEST = cpuuse
MANAGERS = io rate_monotonic
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c task2.c task3.c tswitch.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/libtests/malloctest/Makefile.am b/c/src/tests/libtests/malloctest/Makefile.am
index 6b1894028b..70ca6e7add 100644
--- a/c/src/tests/libtests/malloctest/Makefile.am
+++ b/c/src/tests/libtests/malloctest/Makefile.am
@@ -7,7 +7,6 @@ TEST = malloctest
MANAGERS = io
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/libtests/monitor/Makefile.am b/c/src/tests/libtests/monitor/Makefile.am
index 2fc10949c0..d73ca64e0f 100644
--- a/c/src/tests/libtests/monitor/Makefile.am
+++ b/c/src/tests/libtests/monitor/Makefile.am
@@ -8,7 +8,6 @@ TEST = monitor
MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \
ext
-# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/libtests/putenvtest/Makefile.am b/c/src/tests/libtests/putenvtest/Makefile.am
index dbf3358834..901cee10d0 100644
--- a/c/src/tests/libtests/putenvtest/Makefile.am
+++ b/c/src/tests/libtests/putenvtest/Makefile.am
@@ -7,7 +7,6 @@ TEST = putenvtest
MANAGERS = io
-# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/libtests/rtems++/Makefile.am b/c/src/tests/libtests/rtems++/Makefile.am
index 92ab5af16f..58f6d25a40 100644
--- a/c/src/tests/libtests/rtems++/Makefile.am
+++ b/c/src/tests/libtests/rtems++/Makefile.am
@@ -7,7 +7,6 @@ TEST = rtems++
MANAGERS = event io msg sem signal timer rate_monotonic
-# C++ source names, if any, go here -- minus the .cc
CC_FILES = Init.cc Task1.cc Task2.cc Task3.cc
CC_O_FILES = $(CC_FILES:%.cc=${ARCH}/%.o)
diff --git a/c/src/tests/libtests/rtmonuse/Makefile.am b/c/src/tests/libtests/rtmonuse/Makefile.am
index 5df9e12396..38ef675e57 100644
--- a/c/src/tests/libtests/rtmonuse/Makefile.am
+++ b/c/src/tests/libtests/rtmonuse/Makefile.am
@@ -7,7 +7,6 @@ TEST = rtmonuse
MANAGERS = io rate_monotonic
-# C source names, if any, go here -- minus the .c
C_FILES = init.c getall.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/libtests/stackchk/Makefile.am b/c/src/tests/libtests/stackchk/Makefile.am
index c3b5c8cdab..de59857ea3 100644
--- a/c/src/tests/libtests/stackchk/Makefile.am
+++ b/c/src/tests/libtests/stackchk/Makefile.am
@@ -7,7 +7,6 @@ TEST = stackchk
MANAGERS = io
-# C source names, if any, go here -- minus the .c
C_FILES = blow.c init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/libtests/termios/Makefile.am b/c/src/tests/libtests/termios/Makefile.am
index a6be146a50..455730ee90 100644
--- a/c/src/tests/libtests/termios/Makefile.am
+++ b/c/src/tests/libtests/termios/Makefile.am
@@ -7,7 +7,6 @@ TEST = termios
MANAGERS = io
-# C source names, if any, go here -- minus the .c
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)