summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itronhello/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/itrontests/itronhello/Makefile.am')
-rw-r--r--testsuites/itrontests/itronhello/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuites/itrontests/itronhello/Makefile.am b/testsuites/itrontests/itronhello/Makefile.am
index 45d5aa61ad..b5d7d54c98 100644
--- a/testsuites/itrontests/itronhello/Makefile.am
+++ b/testsuites/itrontests/itronhello/Makefile.am
@@ -7,10 +7,8 @@ MANAGERS = all
rtems_tests_PROGRAMS = itronhello.exe
itronhello_exe_SOURCES = init.c system.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = itronhello.scn
-docdir = $(rtems_testsdir)
-dist_doc_DATA = itronhello.doc
+dist_rtems_tests_DATA = itronhello.scn
+dist_rtems_tests_DATA += itronhello.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am