summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14
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/mp14
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/mp14')
-rw-r--r--testsuites/mptests/mp14/node1/Makefile.am6
-rw-r--r--testsuites/mptests/mp14/node2/Makefile.am6
2 files changed, 4 insertions, 8 deletions
diff --git a/testsuites/mptests/mp14/node1/Makefile.am b/testsuites/mptests/mp14/node1/Makefile.am
index 29c06bf210..e2e1ff6511 100644
--- a/testsuites/mptests/mp14/node1/Makefile.am
+++ b/testsuites/mptests/mp14/node1/Makefile.am
@@ -8,10 +8,8 @@ rtems_tests_PROGRAMS = mp14-node1.exe
mp14_node1_exe_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \
../pttask1.c ../smtask1.c ../msgtask1.c ../system.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = mp14-node1.scn
-docdir = $(rtems_testsdir)
-dist_doc_DATA = mp14-node1.doc
+dist_rtems_tests_DATA = mp14-node1.scn
+dist_rtems_tests_DATA += mp14-node1.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
diff --git a/testsuites/mptests/mp14/node2/Makefile.am b/testsuites/mptests/mp14/node2/Makefile.am
index 5a4ce979da..936f59042f 100644
--- a/testsuites/mptests/mp14/node2/Makefile.am
+++ b/testsuites/mptests/mp14/node2/Makefile.am
@@ -8,10 +8,8 @@ rtems_tests_PROGRAMS = mp14-node2.exe
mp14_node2_exe_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \
../pttask1.c ../smtask1.c ../msgtask1.c ../system.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = mp14-node2.scn
-docdir = $(rtems_testsdir)
-dist_doc_DATA = mp14-node2.doc
+dist_rtems_tests_DATA = mp14-node2.scn
+dist_rtems_tests_DATA += mp14-node2.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am