source: rtems/testsuites/psxtests/psxfchx01/Makefile.am @ b05cc32

4.115
Last change on this file since b05cc32 was b05cc32, checked in by Joel Sherrill <joel.sherrill@…>, on 07/13/10 at 21:13:13

2010-07-12 Bharath Suri <bharath.s.jois@…>

PR 1613/testing

  • psxfchx01/init.c, psxfchx01/Makefile.am, psxfchx01/.cvsignore, psxfchx01/psxfchx01.doc, psxfchx01/psxfchx01.scn: New tests. Improves coverage of fchdir, fchmod, fchown directives.
  • configure.ac, Makefile.am: Changes to accommodate new test.
  • psxstat/test.c, psxstat/psxstat.scn: Added new test case to test statvfs routine under libcsupport.
  • Property mode set to 100644
File size: 684 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxfchx01
8psxfchx01_SOURCES = init.c ../include/pmacros.h
9
10dist_rtems_tests_DATA = psxfchx01.scn
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/leaf.am
15
16psxfchx01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
17
18AM_CPPFLAGS += -I$(top_srcdir)/include
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20
21LINK_OBJS = $(psxfchx01_OBJECTS) $(psxfchx01_LDADD)
22LINK_LIBS = $(psxfchx01_LDLIBS)
23
24psxfchx01$(EXEEXT): $(psxfchx01_OBJECTS) $(psxfchx01_DEPENDENCIES)
25        @rm -f psxfchx01$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.