summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp08
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/mptests/mp08
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/mptests/mp08')
-rw-r--r--testsuites/mptests/mp08/node1/Makefile.am6
-rw-r--r--testsuites/mptests/mp08/node2/Makefile.am6
2 files changed, 4 insertions, 8 deletions
diff --git a/testsuites/mptests/mp08/node1/Makefile.am b/testsuites/mptests/mp08/node1/Makefile.am
index f778d67b45..471b446fb2 100644
--- a/testsuites/mptests/mp08/node1/Makefile.am
+++ b/testsuites/mptests/mp08/node1/Makefile.am
@@ -7,10 +7,8 @@ MANAGERS = io mp semaphore
rtems_tests_PROGRAMS = mp08-node1.exe
mp08_node1_exe_SOURCES = ../init.c ../task1.c ../system.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = mp08-node1.scn
-docdir = $(rtems_testsdir)
-dist_doc_DATA = mp08-node1.doc
+dist_rtems_tests_DATA = mp08-node1.scn
+dist_rtems_tests_DATA += mp08-node1.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/mptests/mp08/node2/Makefile.am b/testsuites/mptests/mp08/node2/Makefile.am
index 641b27ff8c..cd06712f89 100644
--- a/testsuites/mptests/mp08/node2/Makefile.am
+++ b/testsuites/mptests/mp08/node2/Makefile.am
@@ -7,10 +7,8 @@ MANAGERS = io mp semaphore
rtems_tests_PROGRAMS = mp08-node2.exe
mp08_node2_exe_SOURCES = ../init.c ../task1.c ../system.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = mp08-node2.scn
-docdir = $(rtems_testsdir)
-dist_doc_DATA = mp08-node2.doc
+dist_rtems_tests_DATA = mp08-node2.scn
+dist_rtems_tests_DATA += mp08-node2.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am