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

PR 1899/testing
	* spfatal14/Makefile.am, spfatal15/Makefile.am, spfatal16/Makefile.am:
	Adjust number of semaphores to consume to trigger fatal error.
This commit is contained in:
Joel Sherrill
2011-08-21 21:04:37 +00:00
parent 611909ea87
commit 7b5895417f
4 changed files with 9 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -DSEMAPHORES_REMAINING=7
AM_CPPFLAGS += -DSEMAPHORES_REMAINING=6
LINK_OBJS = $(spfatal15_OBJECTS) $(spfatal15_LDADD)
LINK_LIBS = $(spfatal15_LDLIBS)