summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfile01/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-01 21:15:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-01 21:15:07 +0000
commit3f42281e30add5748393188c81335266aa0ba946 (patch)
tree954a8f4cf5eead33bf0dab050e772dc912ba5ec7 /testsuites/psxtests/psxfile01/Makefile.am
parent2010-07-01 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-3f42281e30add5748393188c81335266aa0ba946.tar.bz2
2010-07-01 Joel Sherrill <joel.sherrilL@OARcorp.com>
* psxfile01/Makefile.am, psxfile01/psxfile01.scn, psxfile01/test.c: Remove tests which put NULL entries in file handlers.
Diffstat (limited to 'testsuites/psxtests/psxfile01/Makefile.am')
-rw-r--r--testsuites/psxtests/psxfile01/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuites/psxtests/psxfile01/Makefile.am b/testsuites/psxtests/psxfile01/Makefile.am
index 519d7b81b1..4322ebb25d 100644
--- a/testsuites/psxtests/psxfile01/Makefile.am
+++ b/testsuites/psxtests/psxfile01/Makefile.am
@@ -2,8 +2,6 @@
## $Id$
##
-MANAGERS = all
-
rtems_tests_PROGRAMS = psxfile01
psxfile01_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c ../include/pmacros.h
@@ -13,8 +11,6 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxfile01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include