summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp09
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/mp09
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/mp09')
-rw-r--r--testsuites/mptests/mp09/node1/Makefile.am6
-rw-r--r--testsuites/mptests/mp09/node2/Makefile.am6
2 files changed, 4 insertions, 8 deletions
diff --git a/testsuites/mptests/mp09/node1/Makefile.am b/testsuites/mptests/mp09/node1/Makefile.am
index 4094154d95..19261173ac 100644
--- a/testsuites/mptests/mp09/node1/Makefile.am
+++ b/testsuites/mptests/mp09/node1/Makefile.am
@@ -7,10 +7,8 @@ MANAGERS = io mp message
rtems_tests_PROGRAMS = mp09-node1.exe
mp09_node1_exe_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = mp09-node1.scn
-docdir = $(rtems_testsdir)
-dist_doc_DATA = mp09-node1.doc
+dist_rtems_tests_DATA = mp09-node1.scn
+dist_rtems_tests_DATA += mp09-node1.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/mptests/mp09/node2/Makefile.am b/testsuites/mptests/mp09/node2/Makefile.am
index add1aabfbf..470ff5fe08 100644
--- a/testsuites/mptests/mp09/node2/Makefile.am
+++ b/testsuites/mptests/mp09/node2/Makefile.am
@@ -7,10 +7,8 @@ MANAGERS = io mp message
rtems_tests_PROGRAMS = mp09-node2.exe
mp09_node2_exe_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = mp09-node2.scn
-docdir = $(rtems_testsdir)
-dist_doc_DATA = mp09-node2.doc
+dist_rtems_tests_DATA = mp09-node2.scn
+dist_rtems_tests_DATA += mp09-node2.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am