summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxmsgq01
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-07-11 04:54:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-07-11 04:54:10 +0000
commitd4f5ddcb850be96e83991e00d2392ff8b9b76bc7 (patch)
tree2edd817e28428611bc4d1e71c0f127622bfeaf1f /testsuites/psxtests/psxmsgq01
parent2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d4f5ddcb850be96e83991e00d2392ff8b9b76bc7.tar.bz2
Eliminate scndir, docdir. Use rtems_testsdir instead.
Diffstat (limited to 'testsuites/psxtests/psxmsgq01')
-rw-r--r--testsuites/psxtests/psxmsgq01/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxmsgq01/Makefile.am b/testsuites/psxtests/psxmsgq01/Makefile.am
index 11de0a1e4f..ed0a004974 100644
--- a/testsuites/psxtests/psxmsgq01/Makefile.am
+++ b/testsuites/psxtests/psxmsgq01/Makefile.am
@@ -7,8 +7,7 @@ MANAGERS = all
rtems_tests_PROGRAMS = psxmsgq01.exe
psxmsgq01_exe_SOURCES = init.c system.h ../include/pmacros.h
-scndir = $(rtems_testsdir)
-dist_scn_DATA = psxmsgq01.scn
+dist_rtems_tests_DATA = psxmsgq01.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am