summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp07/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp07/Makefile.am')
-rw-r--r--testsuites/sptests/sp07/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuites/sptests/sp07/Makefile.am b/testsuites/sptests/sp07/Makefile.am
index 0d95bd1826..183d56fbc6 100644
--- a/testsuites/sptests/sp07/Makefile.am
+++ b/testsuites/sptests/sp07/Makefile.am
@@ -8,10 +8,8 @@ rtems_tests_PROGRAMS = sp07.exe
sp07_exe_SOURCES = init.c buffered_io.c task1.c task2.c task3.c task4.c taskexit.c \
tcreate.c tdelete.c trestart.c tstart.c system.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = sp07.scn
-docdir = $(rtems_testsdir)
-dist_doc_DATA = sp07.doc
+dist_rtems_tests_DATA = sp07.scn
+dist_rtems_tests_DATA += sp07.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am