summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-07-11 05:09:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-07-11 05:09:12 +0000
commit9c5ea1114a6d6ba2d816c57d3ac814f14c6249af (patch)
treea892ccf0b2a5fe46cea393bbeab55dc3c6e4829c /testsuites/tmtests
parent2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9c5ea1114a6d6ba2d816c57d3ac814f14c6249af.tar.bz2
Eliminate scndir, docdir. Use rtems_testsdir instead.
Diffstat (limited to 'testsuites/tmtests')
-rw-r--r--testsuites/tmtests/tm01/Makefile.am3
-rw-r--r--testsuites/tmtests/tm02/Makefile.am3
-rw-r--r--testsuites/tmtests/tm03/Makefile.am3
-rw-r--r--testsuites/tmtests/tm04/Makefile.am3
-rw-r--r--testsuites/tmtests/tm05/Makefile.am3
-rw-r--r--testsuites/tmtests/tm06/Makefile.am3
-rw-r--r--testsuites/tmtests/tm07/Makefile.am3
-rw-r--r--testsuites/tmtests/tm08/Makefile.am3
-rw-r--r--testsuites/tmtests/tm09/Makefile.am3
-rw-r--r--testsuites/tmtests/tm10/Makefile.am3
-rw-r--r--testsuites/tmtests/tm11/Makefile.am3
-rw-r--r--testsuites/tmtests/tm12/Makefile.am3
-rw-r--r--testsuites/tmtests/tm13/Makefile.am3
-rw-r--r--testsuites/tmtests/tm14/Makefile.am3
-rw-r--r--testsuites/tmtests/tm15/Makefile.am3
-rw-r--r--testsuites/tmtests/tm16/Makefile.am3
-rw-r--r--testsuites/tmtests/tm17/Makefile.am3
-rw-r--r--testsuites/tmtests/tm18/Makefile.am3
-rw-r--r--testsuites/tmtests/tm19/Makefile.am3
-rw-r--r--testsuites/tmtests/tm20/Makefile.am3
-rw-r--r--testsuites/tmtests/tm21/Makefile.am3
-rw-r--r--testsuites/tmtests/tm22/Makefile.am3
-rw-r--r--testsuites/tmtests/tm23/Makefile.am3
-rw-r--r--testsuites/tmtests/tm24/Makefile.am3
-rw-r--r--testsuites/tmtests/tm25/Makefile.am3
-rw-r--r--testsuites/tmtests/tm26/Makefile.am3
-rw-r--r--testsuites/tmtests/tm27/Makefile.am3
-rw-r--r--testsuites/tmtests/tm28/Makefile.am3
-rw-r--r--testsuites/tmtests/tm29/Makefile.am3
-rw-r--r--testsuites/tmtests/tmck/Makefile.am3
-rw-r--r--testsuites/tmtests/tmoverhd/Makefile.am3
31 files changed, 31 insertions, 62 deletions
diff --git a/testsuites/tmtests/tm01/Makefile.am b/testsuites/tmtests/tm01/Makefile.am
index 7685c91e94..0fddee6877 100644
--- a/testsuites/tmtests/tm01/Makefile.am
+++ b/testsuites/tmtests/tm01/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io semaphore
rtems_tests_PROGRAMS = tm01.exe
tm01_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm01.doc
+dist_rtems_tests_DATA = tm01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm02/Makefile.am b/testsuites/tmtests/tm02/Makefile.am
index 4dc3e056b5..c9c0b5e403 100644
--- a/testsuites/tmtests/tm02/Makefile.am
+++ b/testsuites/tmtests/tm02/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io semaphore
rtems_tests_PROGRAMS = tm02.exe
tm02_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm02.doc
+dist_rtems_tests_DATA = tm02.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm03/Makefile.am b/testsuites/tmtests/tm03/Makefile.am
index 5a51dd0ee0..659123cacc 100644
--- a/testsuites/tmtests/tm03/Makefile.am
+++ b/testsuites/tmtests/tm03/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io semaphore
rtems_tests_PROGRAMS = tm03.exe
tm03_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm03.doc
+dist_rtems_tests_DATA = tm03.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm04/Makefile.am b/testsuites/tmtests/tm04/Makefile.am
index 0152e1fc28..5f57e4e4c2 100644
--- a/testsuites/tmtests/tm04/Makefile.am
+++ b/testsuites/tmtests/tm04/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io semaphore
rtems_tests_PROGRAMS = tm04.exe
tm04_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm04.doc
+dist_rtems_tests_DATA = tm04.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm05/Makefile.am b/testsuites/tmtests/tm05/Makefile.am
index eedb7b1f00..71ec40f58f 100644
--- a/testsuites/tmtests/tm05/Makefile.am
+++ b/testsuites/tmtests/tm05/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io
rtems_tests_PROGRAMS = tm05.exe
tm05_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm05.doc
+dist_rtems_tests_DATA = tm05.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm06/Makefile.am b/testsuites/tmtests/tm06/Makefile.am
index 5105c42239..fe71883b5f 100644
--- a/testsuites/tmtests/tm06/Makefile.am
+++ b/testsuites/tmtests/tm06/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io
rtems_tests_PROGRAMS = tm06.exe
tm06_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm06.doc
+dist_rtems_tests_DATA = tm06.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm07/Makefile.am b/testsuites/tmtests/tm07/Makefile.am
index 79cc5e4363..c2bf16d71b 100644
--- a/testsuites/tmtests/tm07/Makefile.am
+++ b/testsuites/tmtests/tm07/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io
rtems_tests_PROGRAMS = tm07.exe
tm07_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm07.doc
+dist_rtems_tests_DATA = tm07.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm08/Makefile.am b/testsuites/tmtests/tm08/Makefile.am
index 70d7a2ba95..9a6443337f 100644
--- a/testsuites/tmtests/tm08/Makefile.am
+++ b/testsuites/tmtests/tm08/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io
rtems_tests_PROGRAMS = tm08.exe
tm08_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm08.doc
+dist_rtems_tests_DATA = tm08.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm09/Makefile.am b/testsuites/tmtests/tm09/Makefile.am
index 6306633562..734ff687e2 100644
--- a/testsuites/tmtests/tm09/Makefile.am
+++ b/testsuites/tmtests/tm09/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io message
rtems_tests_PROGRAMS = tm09.exe
tm09_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm09.doc
+dist_rtems_tests_DATA = tm09.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm10/Makefile.am b/testsuites/tmtests/tm10/Makefile.am
index 017e9c74f9..05f70a9f7e 100644
--- a/testsuites/tmtests/tm10/Makefile.am
+++ b/testsuites/tmtests/tm10/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io message
rtems_tests_PROGRAMS = tm10.exe
tm10_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm10.doc
+dist_rtems_tests_DATA = tm10.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm11/Makefile.am b/testsuites/tmtests/tm11/Makefile.am
index 0fe5eaf588..9712428b11 100644
--- a/testsuites/tmtests/tm11/Makefile.am
+++ b/testsuites/tmtests/tm11/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io message
rtems_tests_PROGRAMS = tm11.exe
tm11_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm11.doc
+dist_rtems_tests_DATA = tm11.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm12/Makefile.am b/testsuites/tmtests/tm12/Makefile.am
index 8508fa0be4..3f1f05e66c 100644
--- a/testsuites/tmtests/tm12/Makefile.am
+++ b/testsuites/tmtests/tm12/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io message
rtems_tests_PROGRAMS = tm12.exe
tm12_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm12.doc
+dist_rtems_tests_DATA = tm12.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm13/Makefile.am b/testsuites/tmtests/tm13/Makefile.am
index 4eaf1e864b..3cbe7c02bd 100644
--- a/testsuites/tmtests/tm13/Makefile.am
+++ b/testsuites/tmtests/tm13/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io message
rtems_tests_PROGRAMS = tm13.exe
tm13_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm13.doc
+dist_rtems_tests_DATA = tm13.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm14/Makefile.am b/testsuites/tmtests/tm14/Makefile.am
index 49053e0b0d..dba2a8937a 100644
--- a/testsuites/tmtests/tm14/Makefile.am
+++ b/testsuites/tmtests/tm14/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io message
rtems_tests_PROGRAMS = tm14.exe
tm14_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm14.doc
+dist_rtems_tests_DATA = tm14.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm15/Makefile.am b/testsuites/tmtests/tm15/Makefile.am
index 019f95f40d..97d473b7dc 100644
--- a/testsuites/tmtests/tm15/Makefile.am
+++ b/testsuites/tmtests/tm15/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io event
rtems_tests_PROGRAMS = tm15.exe
tm15_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm15.doc
+dist_rtems_tests_DATA = tm15.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm16/Makefile.am b/testsuites/tmtests/tm16/Makefile.am
index 1c35923cf8..74881d97e9 100644
--- a/testsuites/tmtests/tm16/Makefile.am
+++ b/testsuites/tmtests/tm16/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io event
rtems_tests_PROGRAMS = tm16.exe
tm16_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm16.doc
+dist_rtems_tests_DATA = tm16.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm17/Makefile.am b/testsuites/tmtests/tm17/Makefile.am
index 465ebfc3d0..a274a66206 100644
--- a/testsuites/tmtests/tm17/Makefile.am
+++ b/testsuites/tmtests/tm17/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io
rtems_tests_PROGRAMS = tm17.exe
tm17_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm17.doc
+dist_rtems_tests_DATA = tm17.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm18/Makefile.am b/testsuites/tmtests/tm18/Makefile.am
index 9fb7eb635b..920cf59c1b 100644
--- a/testsuites/tmtests/tm18/Makefile.am
+++ b/testsuites/tmtests/tm18/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io
rtems_tests_PROGRAMS = tm18.exe
tm18_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm18.doc
+dist_rtems_tests_DATA = tm18.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm19/Makefile.am b/testsuites/tmtests/tm19/Makefile.am
index 9561d992f0..3ecab507d7 100644
--- a/testsuites/tmtests/tm19/Makefile.am
+++ b/testsuites/tmtests/tm19/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io signal
rtems_tests_PROGRAMS = tm19.exe
tm19_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm19.doc
+dist_rtems_tests_DATA = tm19.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm20/Makefile.am b/testsuites/tmtests/tm20/Makefile.am
index c3386f29f7..d042b0a12b 100644
--- a/testsuites/tmtests/tm20/Makefile.am
+++ b/testsuites/tmtests/tm20/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io partition region
rtems_tests_PROGRAMS = tm20.exe
tm20_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm20.doc
+dist_rtems_tests_DATA = tm20.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm21/Makefile.am b/testsuites/tmtests/tm21/Makefile.am
index c5a50e9542..3e42fb2877 100644
--- a/testsuites/tmtests/tm21/Makefile.am
+++ b/testsuites/tmtests/tm21/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io dpmem message partition region semaphore rate_monotonic timer
rtems_tests_PROGRAMS = tm21.exe
tm21_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm21.doc
+dist_rtems_tests_DATA = tm21.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm22/Makefile.am b/testsuites/tmtests/tm22/Makefile.am
index c288bbe5fc..14d70e8f72 100644
--- a/testsuites/tmtests/tm22/Makefile.am
+++ b/testsuites/tmtests/tm22/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io message
rtems_tests_PROGRAMS = tm22.exe
tm22_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm22.doc
+dist_rtems_tests_DATA = tm22.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm23/Makefile.am b/testsuites/tmtests/tm23/Makefile.am
index 61150e395b..8c14bb0225 100644
--- a/testsuites/tmtests/tm23/Makefile.am
+++ b/testsuites/tmtests/tm23/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io event timer
rtems_tests_PROGRAMS = tm23.exe
tm23_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm23.doc
+dist_rtems_tests_DATA = tm23.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm24/Makefile.am b/testsuites/tmtests/tm24/Makefile.am
index 7c7847792b..0a49a5b360 100644
--- a/testsuites/tmtests/tm24/Makefile.am
+++ b/testsuites/tmtests/tm24/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io message
rtems_tests_PROGRAMS = tm24.exe
tm24_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm24.doc
+dist_rtems_tests_DATA = tm24.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm25/Makefile.am b/testsuites/tmtests/tm25/Makefile.am
index c4c66acadd..237d317251 100644
--- a/testsuites/tmtests/tm25/Makefile.am
+++ b/testsuites/tmtests/tm25/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io semaphore
rtems_tests_PROGRAMS = tm25.exe
tm25_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm25.doc
+dist_rtems_tests_DATA = tm25.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm26/Makefile.am b/testsuites/tmtests/tm26/Makefile.am
index a72d62bd22..a586d76659 100644
--- a/testsuites/tmtests/tm26/Makefile.am
+++ b/testsuites/tmtests/tm26/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io semaphore
rtems_tests_PROGRAMS = tm26.exe
tm26_exe_SOURCES = task1.c system.h fptest.h ../include/timesys.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm26.doc
+dist_rtems_tests_DATA = tm26.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm27/Makefile.am b/testsuites/tmtests/tm27/Makefile.am
index 02fcbd0a63..edc8f102fc 100644
--- a/testsuites/tmtests/tm27/Makefile.am
+++ b/testsuites/tmtests/tm27/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io
rtems_tests_PROGRAMS = tm27.exe
tm27_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm27.doc
+dist_rtems_tests_DATA = tm27.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm28/Makefile.am b/testsuites/tmtests/tm28/Makefile.am
index bbcd87b21f..a4c6ac8fab 100644
--- a/testsuites/tmtests/tm28/Makefile.am
+++ b/testsuites/tmtests/tm28/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io dpmem
rtems_tests_PROGRAMS = tm28.exe
tm28_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm28.doc
+dist_rtems_tests_DATA = tm28.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tm29/Makefile.am b/testsuites/tmtests/tm29/Makefile.am
index 1431a528b1..2c2a883e1a 100644
--- a/testsuites/tmtests/tm29/Makefile.am
+++ b/testsuites/tmtests/tm29/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io rate_monotonic
rtems_tests_PROGRAMS = tm29.exe
tm29_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tm29.doc
+dist_rtems_tests_DATA = tm29.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tmck/Makefile.am b/testsuites/tmtests/tmck/Makefile.am
index cf1ede17ec..d326b697de 100644
--- a/testsuites/tmtests/tmck/Makefile.am
+++ b/testsuites/tmtests/tmck/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io
rtems_tests_PROGRAMS = tmck.exe
tmck_exe_SOURCES = task1.c system.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tmck.doc
+dist_rtems_tests_DATA = tmck.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/tmtests/tmoverhd/Makefile.am b/testsuites/tmtests/tmoverhd/Makefile.am
index 6387280bbe..6c330d8a05 100644
--- a/testsuites/tmtests/tmoverhd/Makefile.am
+++ b/testsuites/tmtests/tmoverhd/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = io
rtems_tests_PROGRAMS = tmoverhd.exe
tmoverhd_exe_SOURCES = testtask.c empty.c system.h dumrtems.h ../include/timesys.h
-docdir = $(rtems_testsdir)
-dist_doc_DATA = tmoverhd.doc
+dist_rtems_tests_DATA = tmoverhd.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am