source: rtems/testsuites/sptests/spfatal16/Makefile.am @ 7b58954

4.115
Last change on this file since 7b58954 was 7b58954, checked in by Joel Sherrill <joel.sherrill@…>, on 08/21/11 at 21:04:37

2011-08-21 Joel Sherrill <joel.sherrill@…>

PR 1899/testing

  • spfatal14/Makefile.am, spfatal15/Makefile.am, spfatal16/Makefile.am: Adjust number of semaphores to consume to trigger fatal error.
  • Property mode set to 100644
File size: 739 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = spfatal16
8spfatal16_SOURCES = ../spfatal_support/init.c \
9    ../spfatal_support/consume_sems.c \
10    ../spfatal_support/system.h testcase.h
11
12dist_rtems_tests_DATA = spfatal16.scn
13dist_rtems_tests_DATA += spfatal16.doc
14
15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
16include $(top_srcdir)/../automake/compile.am
17include $(top_srcdir)/../automake/leaf.am
18
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20AM_CPPFLAGS += -DSEMAPHORES_REMAINING=4
21
22LINK_OBJS = $(spfatal16_OBJECTS) $(spfatal16_LDADD)
23LINK_LIBS = $(spfatal16_LDLIBS)
24
25spfatal16$(EXEEXT): $(spfatal16_OBJECTS) $(spfatal16_DEPENDENCIES)
26        @rm -f spfatal16$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.