source: rtems/testsuites/psxtests/psxpipe01/Makefile.am @ f1b2dab2

4.115
Last change on this file since f1b2dab2 was f1b2dab2, checked in by Joel Sherrill <joel.sherrill@…>, on 07/09/10 at 22:07:11

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

PR 1610/testing

  • psx13/test.c, psx13/psx13.scn: Remove the test cases which exercise pipe. These are new a new test under psxpipe01/
  • psxpipe01/init.c, psxpipe01/Makefile.am, psxpipe01/psxpipe01.scn, psxpipe01/psxpipe01.doc: Added new test.
  • Makefile.am, configure.ac: Changes due to addition of new test: psxpipe01.
  • Property mode set to 100644
File size: 617 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxpipe01
8psxpipe01_SOURCES = init.c ../include/pmacros.h
9
10dist_rtems_tests_DATA = psxpipe01.scn
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/leaf.am
15
16
17AM_CPPFLAGS += -I$(top_srcdir)/include
18AM_CPPFLAGS += -I$(top_srcdir)/../support/include
19
20LINK_OBJS = $(psxpipe01_OBJECTS) $(psxpipe01_LDADD)
21LINK_LIBS = $(psxpipe01_LDLIBS)
22
23psxpipe01$(EXEEXT): $(psxpipe01_OBJECTS) $(psxpipe01_DEPENDENCIES)
24        @rm -f psxpipe01$(EXEEXT)
25        $(make-exe)
26
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.