summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxbarrier01
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-06-20 05:43:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-06-20 05:43:05 +0000
commit2e0f173bc31c9fb89334ed9f57b6d6bc728bf10c (patch)
tree43a33353b650f2076408e984e121c04a156de322 /testsuites/psxtests/psxbarrier01
parent2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2e0f173bc31c9fb89334ed9f57b6d6bc728bf10c.tar.bz2
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Index: psxautoinit01/Makefile.am, psxbarrier01/Makefile.am, psxclassic01/Makefile.am, psxcleanup01/Makefile.am, psxfchx01/Makefile.am, psxpasswd01/Makefile.am, psxpasswd02/Makefile.am, psxpipe01/Makefile.am, psxrwlock01/Makefile.am, psxspin01/Makefile.am, psxspin02/Makefile.am: Eliminate rtems_scn_DATA. Install *.doc to rtems_testsdir.
Diffstat (limited to 'testsuites/psxtests/psxbarrier01')
-rw-r--r--testsuites/psxtests/psxbarrier01/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxbarrier01/Makefile.am b/testsuites/psxtests/psxbarrier01/Makefile.am
index 8101eaed53..cc60fe83df 100644
--- a/testsuites/psxtests/psxbarrier01/Makefile.am
+++ b/testsuites/psxtests/psxbarrier01/Makefile.am
@@ -8,7 +8,7 @@ rtems_tests_PROGRAMS = psxbarrier01
psxbarrier01_SOURCES = main.c test.c ../include/pmacros.h
scndir = $(rtems_testsdir)
-dist_scn_DATA = psxbarrier01.scn
+dist_rtems_tests_DATA = psxbarrier01.scn
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am