summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp09
diff options
context:
space:
mode:
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