summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-07-11 04:54:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-07-11 04:54:10 +0000
commitd4f5ddcb850be96e83991e00d2392ff8b9b76bc7 (patch)
tree2edd817e28428611bc4d1e71c0f127622bfeaf1f /testsuites/psxtests
parent2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d4f5ddcb850be96e83991e00d2392ff8b9b76bc7.tar.bz2
Eliminate scndir, docdir. Use rtems_testsdir instead.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/psx01/Makefile.am3
-rw-r--r--testsuites/psxtests/psx02/Makefile.am3
-rw-r--r--testsuites/psxtests/psx03/Makefile.am3
-rw-r--r--testsuites/psxtests/psx04/Makefile.am3
-rw-r--r--testsuites/psxtests/psx05/Makefile.am3
-rw-r--r--testsuites/psxtests/psx06/Makefile.am3
-rw-r--r--testsuites/psxtests/psx07/Makefile.am3
-rw-r--r--testsuites/psxtests/psx08/Makefile.am3
-rw-r--r--testsuites/psxtests/psx09/Makefile.am3
-rw-r--r--testsuites/psxtests/psx10/Makefile.am3
-rw-r--r--testsuites/psxtests/psx11/Makefile.am3
-rw-r--r--testsuites/psxtests/psx12/Makefile.am3
-rw-r--r--testsuites/psxtests/psx13/Makefile.am3
-rw-r--r--testsuites/psxtests/psxcancel/Makefile.am3
-rw-r--r--testsuites/psxtests/psxchroot01/Makefile.am3
-rw-r--r--testsuites/psxtests/psxfile01/Makefile.am3
-rw-r--r--testsuites/psxtests/psxmount/Makefile.am3
-rw-r--r--testsuites/psxtests/psxmsgq01/Makefile.am3
-rw-r--r--testsuites/psxtests/psxreaddir/Makefile.am3
-rw-r--r--testsuites/psxtests/psxsem01/Makefile.am3
-rw-r--r--testsuites/psxtests/psxstat/Makefile.am3
-rw-r--r--testsuites/psxtests/psxtime/Makefile.am3
-rw-r--r--testsuites/psxtests/psxtimer/Makefile.am3
23 files changed, 23 insertions, 46 deletions
diff --git a/testsuites/psxtests/psx01/Makefile.am b/testsuites/psxtests/psx01/Makefile.am
index 4f2650c935..638f1f59cf 100644
--- a/testsuites/psxtests/psx01/Makefile.am
+++ b/testsuites/psxtests/psx01/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psx01.exe
psx01_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psx01.scn
+dist_rtems_tests_DATA = psx01.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psx02/Makefile.am b/testsuites/psxtests/psx02/Makefile.am
index 00bc7d6c0f..2dc0d54129 100644
--- a/testsuites/psxtests/psx02/Makefile.am
+++ b/testsuites/psxtests/psx02/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psx02.exe
psx02_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psx02.scn
+dist_rtems_tests_DATA = psx02.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psx03/Makefile.am b/testsuites/psxtests/psx03/Makefile.am
index ad0c059a72..3d74745134 100644
--- a/testsuites/psxtests/psx03/Makefile.am
+++ b/testsuites/psxtests/psx03/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psx03.exe
psx03_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psx03.scn
+dist_rtems_tests_DATA = psx03.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psx04/Makefile.am b/testsuites/psxtests/psx04/Makefile.am
index 0d16db7f65..424af74777 100644
--- a/testsuites/psxtests/psx04/Makefile.am
+++ b/testsuites/psxtests/psx04/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psx04.exe
psx04_exe_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psx04.scn
+dist_rtems_tests_DATA = psx04.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psx05/Makefile.am b/testsuites/psxtests/psx05/Makefile.am
index 0b783f9a23..8b81c779e6 100644
--- a/testsuites/psxtests/psx05/Makefile.am
+++ b/testsuites/psxtests/psx05/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psx05.exe
psx05_exe_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psx05.scn
+dist_rtems_tests_DATA = psx05.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psx06/Makefile.am b/testsuites/psxtests/psx06/Makefile.am
index dbf8daa346..044f5df0f2 100644
--- a/testsuites/psxtests/psx06/Makefile.am
+++ b/testsuites/psxtests/psx06/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psx06.exe
psx06_exe_SOURCES = init.c task.c task2.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psx06.scn
+dist_rtems_tests_DATA = psx06.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psx07/Makefile.am b/testsuites/psxtests/psx07/Makefile.am
index 785cc529b0..f2f31127af 100644
--- a/testsuites/psxtests/psx07/Makefile.am
+++ b/testsuites/psxtests/psx07/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psx07.exe
psx07_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psx07.scn
+dist_rtems_tests_DATA = psx07.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psx08/Makefile.am b/testsuites/psxtests/psx08/Makefile.am
index c7726a2150..0d0cadbc25 100644
--- a/testsuites/psxtests/psx08/Makefile.am
+++ b/testsuites/psxtests/psx08/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psx08.exe
psx08_exe_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psx08.scn
+dist_rtems_tests_DATA = psx08.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psx09/Makefile.am b/testsuites/psxtests/psx09/Makefile.am
index 9b62afeda6..9c802fff54 100644
--- a/testsuites/psxtests/psx09/Makefile.am
+++ b/testsuites/psxtests/psx09/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psx09.exe
psx09_exe_SOURCES = init.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psx09.scn
+dist_rtems_tests_DATA = psx09.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psx10/Makefile.am b/testsuites/psxtests/psx10/Makefile.am
index 2685bbdc26..ee5f0c93f4 100644
--- a/testsuites/psxtests/psx10/Makefile.am
+++ b/testsuites/psxtests/psx10/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psx10.exe
psx10_exe_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psx10.scn
+dist_rtems_tests_DATA = psx10.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psx11/Makefile.am b/testsuites/psxtests/psx11/Makefile.am
index 67a43ab9d9..1fee1af3bd 100644
--- a/testsuites/psxtests/psx11/Makefile.am
+++ b/testsuites/psxtests/psx11/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psx11.exe
psx11_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psx11.scn
+dist_rtems_tests_DATA = psx11.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psx12/Makefile.am b/testsuites/psxtests/psx12/Makefile.am
index b5e6c19fe6..6095d0d684 100644
--- a/testsuites/psxtests/psx12/Makefile.am
+++ b/testsuites/psxtests/psx12/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psx12.exe
psx12_exe_SOURCES = init.c task.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psx12.scn
+dist_rtems_tests_DATA = psx12.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psx13/Makefile.am b/testsuites/psxtests/psx13/Makefile.am
index 732a72ef35..12cd768d04 100644
--- a/testsuites/psxtests/psx13/Makefile.am
+++ b/testsuites/psxtests/psx13/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psx13.exe
psx13_exe_SOURCES = main.c test.c ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psx13.scn
+dist_rtems_tests_DATA = psx13.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psxcancel/Makefile.am b/testsuites/psxtests/psxcancel/Makefile.am
index 18fa58c3f7..61b030fc2c 100644
--- a/testsuites/psxtests/psxcancel/Makefile.am
+++ b/testsuites/psxtests/psxcancel/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psxcancel.exe
psxcancel_exe_SOURCES = init.c ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psxcancel.scn
+dist_rtems_tests_DATA = psxcancel.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psxchroot01/Makefile.am b/testsuites/psxtests/psxchroot01/Makefile.am
index 28637a1a2c..40eef3f6c9 100644
--- a/testsuites/psxtests/psxchroot01/Makefile.am
+++ b/testsuites/psxtests/psxchroot01/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psxchroot01.exe
psxchroot01_exe_SOURCES = main.c test.c ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psxchroot01.scn
+dist_rtems_tests_DATA = psxchroot01.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psxfile01/Makefile.am b/testsuites/psxtests/psxfile01/Makefile.am
index d6c0665e63..a6caffa442 100644
--- a/testsuites/psxtests/psxfile01/Makefile.am
+++ b/testsuites/psxtests/psxfile01/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psxfile01.exe
psxfile01_exe_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psxfile01.scn
+dist_rtems_tests_DATA = psxfile01.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psxmount/Makefile.am b/testsuites/psxtests/psxmount/Makefile.am
index cd9b4af0b5..c03cf60261 100644
--- a/testsuites/psxtests/psxmount/Makefile.am
+++ b/testsuites/psxtests/psxmount/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psxmount.exe
psxmount_exe_SOURCES = main.c test.c ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psxmount.scn
+dist_rtems_tests_DATA = psxmount.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psxmsgq01/Makefile.am b/testsuites/psxtests/psxmsgq01/Makefile.am
index 11de0a1e4f..ed0a004974 100644
--- a/testsuites/psxtests/psxmsgq01/Makefile.am
+++ b/testsuites/psxtests/psxmsgq01/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psxmsgq01.exe
psxmsgq01_exe_SOURCES = init.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psxmsgq01.scn
+dist_rtems_tests_DATA = psxmsgq01.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psxreaddir/Makefile.am b/testsuites/psxtests/psxreaddir/Makefile.am
index 68cc17c511..dad53db111 100644
--- a/testsuites/psxtests/psxreaddir/Makefile.am
+++ b/testsuites/psxtests/psxreaddir/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psxreaddir.exe
psxreaddir_exe_SOURCES = main.c test.c ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psxreaddir.scn
+dist_rtems_tests_DATA = psxreaddir.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psxsem01/Makefile.am b/testsuites/psxtests/psxsem01/Makefile.am
index 40a4ad66a7..a578c7e7e0 100644
--- a/testsuites/psxtests/psxsem01/Makefile.am
+++ b/testsuites/psxtests/psxsem01/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psxsem01.exe
psxsem01_exe_SOURCES = init.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psxsem01.scn
+dist_rtems_tests_DATA = psxsem01.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psxstat/Makefile.am b/testsuites/psxtests/psxstat/Makefile.am
index e86c6435a1..c26b4aff5c 100644
--- a/testsuites/psxtests/psxstat/Makefile.am
+++ b/testsuites/psxtests/psxstat/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psxstat.exe
psxstat_exe_SOURCES = main.c test.c ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psxstat.scn
+dist_rtems_tests_DATA = psxstat.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psxtime/Makefile.am b/testsuites/psxtests/psxtime/Makefile.am
index 927403a979..b0d1963977 100644
--- a/testsuites/psxtests/psxtime/Makefile.am
+++ b/testsuites/psxtests/psxtime/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psxtime.exe
psxtime_exe_SOURCES = main.c test.c
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psxtime.scn
+dist_rtems_tests_DATA = psxtime.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/psxtests/psxtimer/Makefile.am b/testsuites/psxtests/psxtimer/Makefile.am
index 8b92a5858a..c0defa10ad 100644
--- a/testsuites/psxtests/psxtimer/Makefile.am
+++ b/testsuites/psxtests/psxtimer/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psxtimer.exe
psxtimer_exe_SOURCES = psxtimer.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psxtimer.scn
+dist_rtems_tests_DATA = psxtimer.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am