summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itronmbox01
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-07-11 04:41:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-07-11 04:41:36 +0000
commit371fe95f67b9dfd919048c6d8ef68b19651cbcc4 (patch)
treec5a66f51821a7d5bcfc6370ece35e5a206cb1f58 /testsuites/itrontests/itronmbox01
parentRemove. (diff)
downloadrtems-371fe95f67b9dfd919048c6d8ef68b19651cbcc4.tar.bz2
Eliminate scndir, docdir. Use rtems_testsdir instead.
Diffstat (limited to 'testsuites/itrontests/itronmbox01')
-rw-r--r--testsuites/itrontests/itronmbox01/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuites/itrontests/itronmbox01/Makefile.am b/testsuites/itrontests/itronmbox01/Makefile.am
index 75c7c35820..8a7e2fbeea 100644
--- a/testsuites/itrontests/itronmbox01/Makefile.am
+++ b/testsuites/itrontests/itronmbox01/Makefile.am
@@ -7,10 +7,8 @@ MANAGERS = all
rtems_tests_PROGRAMS = itronmbox01.exe
itronmbox01_exe_SOURCES = init.c system.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = itronmbox01.scn
-docdir = $(rtems_testsdir)
-dist_doc_DATA = itronmbox01.doc
+dist_rtems_tests_DATA = itronmbox01.scn
+dist_rtems_tests_DATA += itronmbox01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am